UxrGrabbableObjectComponent<T>.OnObjectReleasing Method
Overridable event trigger method for the Releasing 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 OnObjectReleasing(
UxrManipulationEventArgs e
)
Parameters
- e
- Type: UltimateXR.Manipulation.UxrManipulationEventArgs
Event parameters
See Also
Reference
UxrGrabbableObjectComponent<T> Class
UltimateXR.Core.Components.Composite Namespace