CheckExistsParameter

CheckExistsParameter(Animator, string)

public static bool CheckExistsParameter(Animator animator, string name) ;

Description

パラメータが存在しているか確認する。

Parameters

Parameter Name Description
animator Animator
name パラメータ名

Returns

パラメータがある場合にtrueを返す。

Remarks

確認はUnityEditor上でのプレイかDevelopmentBuildの時にのみ行われる。
Scripting Define Symbolsに"ARBOR_DISABLE_CHECK_ANIMATOR_PARAMETER"を追加すると常に無効化できる。