C# Class WTAbstractComponent, FutilePrototyper

Show file Open project: wtrebella/FutilePrototyper Class Usage Examples

Public Properties

Property Type Description
owner WTEntity,

Protected Properties

Property Type Description
componentType_ ComponentType,

Public Methods

Method Description
HandleUpdate ( ) : void
WTAbstractComponent ( string name ) : System

Method Details

HandleUpdate() public method

public HandleUpdate ( ) : void
return void

WTAbstractComponent() public method

public WTAbstractComponent ( string name ) : System
name string
return System

Property Details

componentType_ protected property

protected ComponentType, componentType_
return ComponentType,

owner public property

public WTEntity, owner
return WTEntity,