C# Class LgDestroyer, 2DPlatformer-SLua

Inheritance: MonoBehaviour
Afficher le fichier Open project: yaukeywang/2DPlatformer-SLua

Méthodes publiques

Свойство Type Description
m_awakeDestroyDelay float
m_destroyOnAwake bool
m_findChild bool
m_namedChild string

Méthodes publiques

Méthode Description
Awake ( ) : void
DestroyChildGameObject ( ) : void
DestroyGameObject ( ) : void
DisableChildGameObject ( ) : void

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

DestroyChildGameObject() public méthode

public DestroyChildGameObject ( ) : void
Résultat void

DestroyGameObject() public méthode

public DestroyGameObject ( ) : void
Résultat void

DisableChildGameObject() public méthode

public DisableChildGameObject ( ) : void
Résultat void

Property Details

m_awakeDestroyDelay public_oe property

public float m_awakeDestroyDelay
Résultat float

m_destroyOnAwake public_oe property

public bool m_destroyOnAwake
Résultat bool

m_findChild public_oe property

public bool m_findChild
Résultat bool

m_namedChild public_oe property

public string m_namedChild
Résultat string