跳转到内容

AnimatorCondition

此内容尚不支持你的语言。

AnimatorCondition = { op: "gt" | "lt" | "eq" | "neq"; param: string; value: number; } | { op: "true" | "false" | "trigger"; param: string; }

Defined in: animation/Animator.ts:44

A transition condition. Numeric comparisons (gt/lt/eq/neq) carry a value; true/false test a bool param; trigger fires when the named trigger is set (and consumes it).