C# Class TestCoroutine, UnityHello

Inheritance: MonoBehaviour
显示文件 Open project: woshihuo12/UnityHello Class Usage Examples

Public Properties

Property Type Description
luaFile TextAsset

Public Methods

Method Description
Awake ( ) : void
OnDestroy ( ) : void
OnGUI ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

OnDestroy() public method

public OnDestroy ( ) : void
return void

OnGUI() public method

public OnGUI ( ) : void
return void

Property Details

luaFile public_oe property

public TextAsset luaFile
return TextAsset