C# 클래스 Tantric_Testbed.World.Objects.Human.HumanAssembler

상속: Tantric.Logic.Unit
파일 보기 프로젝트 열기: TheEtiologist/tantric

보호된 프로퍼티들

프로퍼티 타입 설명
m_Graphic Microsoft.Xna.Framework.Graphics.Texture2D
m_Origin Vector2
m_Visual String

공개 메소드들

메소드 설명
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

메소드 상세

Draw() 공개 메소드

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

HumanAssembler() 공개 메소드

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

LoadResources() 공개 메소드

public LoadResources ( Microsoft content ) : void
content Microsoft
리턴 void

UnloadResources() 공개 메소드

public UnloadResources ( ) : void
리턴 void

Update() 공개 메소드

public Update ( int elapsedMilliseconds ) : void
elapsedMilliseconds int
리턴 void

프로퍼티 상세

m_Graphic 보호되어 있는 프로퍼티

protected Texture2D,Microsoft.Xna.Framework.Graphics m_Graphic
리턴 Microsoft.Xna.Framework.Graphics.Texture2D

m_Origin 보호되어 있는 프로퍼티

protected Vector2 m_Origin
리턴 Vector2

m_Visual 보호되어 있는 프로퍼티

protected String m_Visual
리턴 String