path
field in Coherence.Toolkit.CoherenceNode
A comma-separated string of Transform sibling indexes.
Returns
- string
- A comma-separated string of sibling indexes.
Remarks
Holds the sibling indexes necessary to determine the parent to attach to, relative to the closest outer CoherenceSync found within the hierarchy.
For example:
Given A
(this CoherenceSync, which uses CoherenceNode) and B
(another CoherenceSync that A
will be parented into),
a path of 1,0
would parent A
under right-hand
on the following transform hierarchy:
(*) B (CoherenceSync entity)
(0) left-arm
(0) left-hand
(1) right-arm
(0) right-hand
A (CoherenceSync entity + CoherenceNode)