C# Class ExtendedEvent.GameObjectContainer, Unity3D-ExtendedEvent

ファイルを表示 Open project: Thundernerd/Unity3D-ExtendedEvent Class Usage Examples

Public Properties

Property Type Description
GameObject GameObject
Index int
List GUIContent[]
Members List

Public Methods

Method Description
GameObjectContainer ( ) : System
GameObjectContainer ( GameObject gObj ) : System
Initialize ( ) : void
Invoke ( ) : void
Reset ( ) : void
Reset ( GameObject gObj ) : void

Private Methods

Method Description
ReadObject ( Type type, List &tempList ) : void

Method Details

GameObjectContainer() public method

public GameObjectContainer ( ) : System
return System

GameObjectContainer() public method

public GameObjectContainer ( GameObject gObj ) : System
gObj GameObject
return System

Initialize() public method

public Initialize ( ) : void
return void

Invoke() public method

public Invoke ( ) : void
return void

Reset() public method

public Reset ( ) : void
return void

Reset() public method

public Reset ( GameObject gObj ) : void
gObj GameObject
return void

Property Details

GameObject public_oe property

public GameObject GameObject
return GameObject

Index public_oe property

public int Index
return int

List public_oe property

public GUIContent[] List
return GUIContent[]

Members public_oe property

public List Members
return List