C# Class Tachycardia.PhysicsManager

Afficher le fichier Open project: secred/Tachycardia Class Usage Examples

Méthodes publiques

Méthode Description
PhysicsManager ( ) : System
addElevator ( Elevator body ) : void
addMaterial ( string mat_name ) : void
addMaterialPair ( string mat_name0, string mat_name1 ) : void
addRope ( Barrel body, Elevator connector, System.Vector3 vec1, System.Vector3 vec2, int v ) : void
getCollisionBoxSize ( Mogre entity, Mogre Node ) : Mogre.Vector3
getCollisionCylinderHeight ( Mogre entity, Mogre Node ) : float
getCollisionCylinderRadius ( Mogre entity, Mogre Node ) : float
getCollisionEllipsoidSize ( Mogre entity, Mogre Node ) : Mogre.Vector3
getMaterialID ( string mat_name ) : MogreNewt.MaterialID
getMaterialPair ( string pair_name ) : MogreNewt.MaterialPair
setPairCallback ( string pair_name, string callback_class ) : void

Method Details

PhysicsManager() public méthode

public PhysicsManager ( ) : System
Résultat System

addElevator() public méthode

public addElevator ( Elevator body ) : void
body Tachycardia.Objects.Elevator
Résultat void

addMaterial() public méthode

public addMaterial ( string mat_name ) : void
mat_name string
Résultat void

addMaterialPair() public méthode

public addMaterialPair ( string mat_name0, string mat_name1 ) : void
mat_name0 string
mat_name1 string
Résultat void

addRope() public méthode

public addRope ( Barrel body, Elevator connector, System.Vector3 vec1, System.Vector3 vec2, int v ) : void
body Tachycardia.Objects.Barrel
connector Tachycardia.Objects.Elevator
vec1 System.Vector3
vec2 System.Vector3
v int
Résultat void

getCollisionBoxSize() public méthode

public getCollisionBoxSize ( Mogre entity, Mogre Node ) : Mogre.Vector3
entity Mogre
Node Mogre
Résultat Mogre.Vector3

getCollisionCylinderHeight() public méthode

public getCollisionCylinderHeight ( Mogre entity, Mogre Node ) : float
entity Mogre
Node Mogre
Résultat float

getCollisionCylinderRadius() public méthode

public getCollisionCylinderRadius ( Mogre entity, Mogre Node ) : float
entity Mogre
Node Mogre
Résultat float

getCollisionEllipsoidSize() public méthode

public getCollisionEllipsoidSize ( Mogre entity, Mogre Node ) : Mogre.Vector3
entity Mogre
Node Mogre
Résultat Mogre.Vector3

getMaterialID() public méthode

public getMaterialID ( string mat_name ) : MogreNewt.MaterialID
mat_name string
Résultat MogreNewt.MaterialID

getMaterialPair() public méthode

public getMaterialPair ( string pair_name ) : MogreNewt.MaterialPair
pair_name string
Résultat MogreNewt.MaterialPair

setPairCallback() public méthode

public setPairCallback ( string pair_name, string callback_class ) : void
pair_name string
callback_class string
Résultat void