Version: 2020.3
언어: 한국어

GameObjectUtility.AreStaticEditorFlagsSet

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

파라미터

go The GameObject to check.
flags The 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.