C# Class Tantric_Testbed.World.Objects.Human.HumanAssembler

Inheritance: Tantric.Logic.Unit
ファイルを表示 Open project: TheEtiologist/tantric

Protected Properties

Property Type Description
m_Graphic Microsoft.Xna.Framework.Graphics.Texture2D
m_Origin Vector2
m_Visual String

Public Methods

Method Description
Draw ( Microsoft gt, Microsoft batch, Tantric cam ) : void
HumanAssembler ( String name, String visual, Tantric interp ) : System
LoadResources ( Microsoft content ) : void
UnloadResources ( ) : void
Update ( int elapsedMilliseconds ) : void

Method Details

Draw() public method

public Draw ( Microsoft gt, Microsoft batch, Tantric cam ) : void
gt Microsoft
batch Microsoft
cam Tantric
return void

HumanAssembler() public method

public HumanAssembler ( String name, String visual, Tantric interp ) : System
name String
visual String
interp Tantric
return System

LoadResources() public method

public LoadResources ( Microsoft content ) : void
content Microsoft
return void

UnloadResources() public method

public UnloadResources ( ) : void
return void

Update() public method

public Update ( int elapsedMilliseconds ) : void
elapsedMilliseconds int
return void

Property Details

m_Graphic protected_oe property

protected Texture2D,Microsoft.Xna.Framework.Graphics m_Graphic
return Microsoft.Xna.Framework.Graphics.Texture2D

m_Origin protected_oe property

protected Vector2 m_Origin
return Vector2

m_Visual protected_oe property

protected String m_Visual
return String