C# Class ExtendedEvent.GameObjectContainer, Unity3D-ExtendedEvent

Afficher le fichier Open project: Thundernerd/Unity3D-ExtendedEvent Class Usage Examples

Méthodes publiques

Свойство Type Description
GameObject GameObject
Index int
List GUIContent[]
Members List

Méthodes publiques

Méthode Description
GameObjectContainer ( ) : System
GameObjectContainer ( GameObject gObj ) : System
Initialize ( ) : void
Invoke ( ) : void
Reset ( ) : void
Reset ( GameObject gObj ) : void

Private Methods

Méthode Description
ReadObject ( Type type, List &tempList ) : void

Method Details

GameObjectContainer() public méthode

public GameObjectContainer ( ) : System
Résultat System

GameObjectContainer() public méthode

public GameObjectContainer ( GameObject gObj ) : System
gObj GameObject
Résultat System

Initialize() public méthode

public Initialize ( ) : void
Résultat void

Invoke() public méthode

public Invoke ( ) : void
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void

Reset() public méthode

public Reset ( GameObject gObj ) : void
gObj GameObject
Résultat void

Property Details

GameObject public_oe property

public GameObject GameObject
Résultat GameObject

Index public_oe property

public int Index
Résultat int

List public_oe property

public GUIContent[] List
Résultat GUIContent[]

Members public_oe property

public List Members
Résultat List