C# Class MegaMan.Engine.Binding

Afficher le fichier Open project: Tesserex/C--MegaMan-Engine Class Usage Examples

Protected Properties

Свойство Type Description
target object
targetProperty System.Reflection.PropertyInfo

Méthodes publiques

Méthode Description
Create ( MegaMan.Common.SceneBindingInfo info, object target ) : Binding
Start ( IEntityPool entityPool ) : void
Stop ( ) : void

Méthodes protégées

Méthode Description
Binding ( object target, PropertyInfo targetProperty ) : System

Method Details

Binding() protected méthode

protected Binding ( object target, PropertyInfo targetProperty ) : System
target object
targetProperty System.Reflection.PropertyInfo
Résultat System

Create() public static méthode

public static Create ( MegaMan.Common.SceneBindingInfo info, object target ) : Binding
info MegaMan.Common.SceneBindingInfo
target object
Résultat Binding

Start() public abstract méthode

public abstract Start ( IEntityPool entityPool ) : void
entityPool IEntityPool
Résultat void

Stop() public abstract méthode

public abstract Stop ( ) : void
Résultat void

Property Details

target protected_oe property

protected object target
Résultat object

targetProperty protected_oe property

protected PropertyInfo,System.Reflection targetProperty
Résultat System.Reflection.PropertyInfo