Version: 2023.2
언어: 한국어

GameObject.SetGameObjectsActive

매뉴얼로 전환
public static void SetGameObjectsActive (NativeArray<int> instanceIDs, bool active);
public static void SetGameObjectsActive (ReadOnlySpan<int> instanceIDs, bool active);

파라미터

instanceIDs Instance IDs of GameObjects to activate or deactive.
active Activate or deactivate the objects, where true activates the GameObjects and false deactivates the GameObjects.

설명

Activates/Deactivates the GameObjects by instance ID, depending on the given true or false value.