Version: 2022.1
언어: 한국어

DestroyGameObjectHierarchyEventArgsConstructor

매뉴얼로 전환
public DestroyGameObjectHierarchyEventArgs (int instanceId, SceneManagement.Scene scene);
public DestroyGameObjectHierarchyEventArgs (int instanceId, int parentInstanceId, SceneManagement.Scene scene);

파라미터

instanceId The instance ID of the GameObject that has been destroyed.
parentInstanceId The instance ID for the parent GameObject of the GameObject that has been destroyed.
scene The Scene containing the GameObject that has been destroyed.

설명

Constructs a new instance.