C# Class EgoCleanUp, EgoCS

ファイルを表示 Open project: andoowhy/EgoCS Class Usage Examples

Public Methods

Method Description
AddCleanUp ( Action cleanup ) : void
CleanUp ( ) : void
Destroy ( GameObject gameObject ) : void

Method Details

AddCleanUp() public static method

public static AddCleanUp ( Action cleanup ) : void
cleanup Action
return void

CleanUp() public static method

public static CleanUp ( ) : void
return void

Destroy() public static method

public static Destroy ( GameObject gameObject ) : void
gameObject GameObject
return void