C# Class MegaMan.Engine.Binding

Datei anzeigen Open project: Tesserex/C--MegaMan-Engine Class Usage Examples

Protected Properties

Property Type Description
target object
targetProperty System.Reflection.PropertyInfo

Public Methods

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

Protected Methods

Method Description
Binding ( object target, PropertyInfo targetProperty ) : System

Method Details

Binding() protected method

protected Binding ( object target, PropertyInfo targetProperty ) : System
target object
targetProperty System.Reflection.PropertyInfo
return System

Create() public static method

public static Create ( MegaMan.Common.SceneBindingInfo info, object target ) : Binding
info MegaMan.Common.SceneBindingInfo
target object
return Binding

Start() public abstract method

public abstract Start ( IEntityPool entityPool ) : void
entityPool IEntityPool
return void

Stop() public abstract method

public abstract Stop ( ) : void
return void

Property Details

target protected_oe property

protected object target
return object

targetProperty protected_oe property

protected PropertyInfo,System.Reflection targetProperty
return System.Reflection.PropertyInfo