JointKinematicBody.OnEnableAction Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An event to subscribe to when the component get's enabled. Useful for tacking when the joint loses tracking.
public:
property Action<Microsoft::MixedReality::Toolkit::Extensions::HandPhysics::JointKinematicBody ^> ^ OnEnableAction { Action<Microsoft::MixedReality::Toolkit::Extensions::HandPhysics::JointKinematicBody ^> ^ get(); void set(Action<Microsoft::MixedReality::Toolkit::Extensions::HandPhysics::JointKinematicBody ^> ^ value); };
public Action<Microsoft.MixedReality.Toolkit.Extensions.HandPhysics.JointKinematicBody> OnEnableAction { get; set; }
member this.OnEnableAction : Action<Microsoft.MixedReality.Toolkit.Extensions.HandPhysics.JointKinematicBody> with get, set
Public Property OnEnableAction As Action(Of JointKinematicBody)