Class ApplyBodyTransformationsEventArgs
Event data associated with the event when an XR Body Transformer applies transformation(s).
Inherited Members
Namespace: UnityEngine.XR.Interaction.Toolkit.Locomotion
Assembly: Unity.XR.Interaction.Toolkit.dll
Syntax
public sealed class ApplyBodyTransformationsEventArgs
Properties
bodyTransformer
The XR Body Transformer component that raised the event and applied the transformation(s).
Declaration
public XRBodyTransformer bodyTransformer { get; set; }
Property Value
Type | Description |
---|---|
XRBodyTransformer |