C# Class IrrlichtNETCP.Extensions.BeamNode

Inheritance: IrrlichtNETCP.Inheritable.ISceneNode
Afficher le fichier Open project: Paulus/irrlichtnetcp

Méthodes publiques

Méthode Description
BeamNode ( SceneNode parent, SceneManager mgr, int id, string szBeam ) : System
GetMaterial ( int i ) : Material
OnRegisterSceneNode ( ) : void
RecalculateBoundingBox ( ) : void
Render ( ) : void

Private Methods

Méthode Description
DrawQuad ( IrrQuad quad ) : void
getTargetAngle ( IrrlichtNETCP.Vector3D v, IrrlichtNETCP.Vector3D r ) : IrrlichtNETCP.Vector3D

Method Details

BeamNode() public méthode

public BeamNode ( SceneNode parent, SceneManager mgr, int id, string szBeam ) : System
parent IrrlichtNETCP.SceneNode
mgr IrrlichtNETCP.SceneManager
id int
szBeam string
Résultat System

GetMaterial() public méthode

public GetMaterial ( int i ) : Material
i int
Résultat IrrlichtNETCP.Material

OnRegisterSceneNode() public méthode

public OnRegisterSceneNode ( ) : void
Résultat void

RecalculateBoundingBox() public méthode

public RecalculateBoundingBox ( ) : void
Résultat void

Render() public méthode

public Render ( ) : void
Résultat void