enterStatePath
此内容尚不支持你的语言。
enterStatePath(
scope,name):string[]
Defined in: animation/Animator.ts:224
Descend from state name in scope to a concrete leaf, returning the path
segments. A container state (one with a stateMachine) recurses into its
initialState; a normal state ends the path.
Parameters
Section titled “Parameters”string
Returns
Section titled “Returns”string[]