Skip to content

initializemapping

eisclimber edited this page Apr 4, 2026 · 1 revision

IKTransformMapping.InitializeMapping(Transform,bool)

Method in IKTransformMapping

Summary

Initializes the mapping. Should be called during OnStart() or OnAwake().

public void InitializeMapping(Transform presenceRoot, bool moveRoot)

Parameters

Name Description
UnityEngine.Transform presenceRoot Root transform of the virtual presence.
bool moveRoot If root movement is allowed.

ExPresS XR Wiki

Tutorial Pages

Code Documentation

Clone this wiki locally