C# Class Protogame.ComponentizedObject

Inheritance: IContainsComponents, IQueryableComponent
Afficher le fichier Open project: RedpointGames/Protogame Class Usage Examples

Méthodes publiques

Méthode Description
ComponentizedObject ( IHierarchy hierarchy, INode node ) : System

Méthodes protégées

Méthode Description
AddAdditionalEnabledInterfaces ( HashSet enabledInterfaces ) : void
ComponentizedObject ( ) : System
OnComponentsChanged ( ) : void
RegisterComponent ( object component ) : void

Private Methods

Méthode Description
FinalizeSetup ( ) : void
UpdateCache ( ) : void
UpdateEnabledInterfacesCache ( ) : void

Method Details

AddAdditionalEnabledInterfaces() protected méthode

protected AddAdditionalEnabledInterfaces ( HashSet enabledInterfaces ) : void
enabledInterfaces HashSet
Résultat void

ComponentizedObject() protected méthode

protected ComponentizedObject ( ) : System
Résultat System

ComponentizedObject() public méthode

public ComponentizedObject ( IHierarchy hierarchy, INode node ) : System
hierarchy IHierarchy
node INode
Résultat System

OnComponentsChanged() protected méthode

protected OnComponentsChanged ( ) : void
Résultat void

RegisterComponent() protected méthode

protected RegisterComponent ( object component ) : void
component object
Résultat void