C# Class Tachycardia.Objects.Elevator

Inheritance: GameObject
ファイルを表示 Open project: secred/Tachycardia Class Usage Examples

Public Properties

Property Type Description
caunter int
m_Body MogreNewt.Body
m_Direction float
m_Entity System.Entity
m_HeadOffset System.Vector3
m_Node SceneNode

Public Methods

Method Description
CallBack ( MogreNewt body, float tomeStep, int index ) : void
Elevator ( string meshName, System.Vector3 v ) : System
Elevator ( string meshName, System.Vector3 v, bool flaga ) : System
Elevator ( string meshName, float mass ) : System
Elevator ( string meshName, float mass, System.Vector3 v, bool flaga ) : System
ElevatorControl ( ) : void
SetPhysics ( Mogre entity, Mogre node ) : void
SetPhysics ( Mogre entity, Mogre node, float mass ) : void
Update ( ) : void

Method Details

CallBack() public method

public CallBack ( MogreNewt body, float tomeStep, int index ) : void
body MogreNewt
tomeStep float
index int
return void

Elevator() public method

public Elevator ( string meshName, System.Vector3 v ) : System
meshName string
v System.Vector3
return System

Elevator() public method

public Elevator ( string meshName, System.Vector3 v, bool flaga ) : System
meshName string
v System.Vector3
flaga bool
return System

Elevator() public method

public Elevator ( string meshName, float mass ) : System
meshName string
mass float
return System

Elevator() public method

public Elevator ( string meshName, float mass, System.Vector3 v, bool flaga ) : System
meshName string
mass float
v System.Vector3
flaga bool
return System

ElevatorControl() public method

public ElevatorControl ( ) : void
return void

SetPhysics() public method

public SetPhysics ( Mogre entity, Mogre node ) : void
entity Mogre
node Mogre
return void

SetPhysics() public method

public SetPhysics ( Mogre entity, Mogre node, float mass ) : void
entity Mogre
node Mogre
mass float
return void

Update() public method

public Update ( ) : void
return void

Property Details

caunter public_oe property

public int caunter
return int

m_Body public_oe property

public Body,MogreNewt m_Body
return MogreNewt.Body

m_Direction public_oe property

public float m_Direction
return float

m_Entity public_oe property

public Entity,System m_Entity
return System.Entity

m_HeadOffset public_oe property

public Vector3,System m_HeadOffset
return System.Vector3

m_Node public_oe property

public SceneNode m_Node
return SceneNode