C# Class LgDestroyer, 2DPlatformer-SLua

Inheritance: MonoBehaviour
显示文件 Open project: yaukeywang/2DPlatformer-SLua

Public Properties

Property Type Description
m_awakeDestroyDelay float
m_destroyOnAwake bool
m_findChild bool
m_namedChild string

Public Methods

Method Description
Awake ( ) : void
DestroyChildGameObject ( ) : void
DestroyGameObject ( ) : void
DisableChildGameObject ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

DestroyChildGameObject() public method

public DestroyChildGameObject ( ) : void
return void

DestroyGameObject() public method

public DestroyGameObject ( ) : void
return void

DisableChildGameObject() public method

public DisableChildGameObject ( ) : void
return void

Property Details

m_awakeDestroyDelay public_oe property

public float m_awakeDestroyDelay
return float

m_destroyOnAwake public_oe property

public bool m_destroyOnAwake
return bool

m_findChild public_oe property

public bool m_findChild
return bool

m_namedChild public_oe property

public string m_namedChild
return string