UxrGrabbableObjectComponent<T>.OnObjectPlaced Method

Overridable event trigger method for the Placed event that can be used to handle it without requiring to subscribe/unsubscribe.

Namespace: UltimateXR.Core.Components.Composite
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0

Syntax

C#

protected virtual void OnObjectPlaced(
	UxrManipulationEventArgs e
)

Parameters

 

e
Type: UltimateXR.Manipulation.UxrManipulationEventArgs
Event parameters

See Also

Reference

UxrGrabbableObjectComponent<T> Class
UltimateXR.Core.Components.Composite Namespace