initializemapping - eisclimber/ExPresS-XR GitHub Wiki
Method in IKTransformMapping
Initializes the mapping. Should be called during OnStart() or OnAwake().
public void InitializeMapping(Transform presenceRoot, bool moveRoot)| Name | Description |
|---|---|
UnityEngine.Transform presenceRoot |
Root transform of the virtual presence. |
bool moveRoot |
If root movement is allowed. |