GameObjectUtility.AreStaticEditorFlagsSet

매뉴얼로 전환
public static bool AreStaticEditorFlagsSet (GameObject go, StaticEditorFlags flags);

파라미터

goThe GameObject to check.
flagsThe flags you want to check.

반환

bool Whether the GameObject's static flags match the flags specified.

설명

Returns true if the passed in StaticEditorFlags are set on the GameObject specified.