C# Class IrrlichtNETCP.Inheritable.ISceneNode

Inheritance: SceneNode
Afficher le fichier Open project: Paulus/irrlichtnetcp

Méthodes publiques

Méthode Description
AddAnimator ( Animator animator ) : void
AddChild ( SceneNode child ) : void
GetMaterial ( int i ) : Material
ISceneNode ( IntPtr raw ) : System
ISceneNode ( SceneNode parent, SceneManager mgr, int id ) : System
OnAnimate ( uint timeMS ) : void
OnRegisterSceneNode ( ) : void
Remove ( ) : void
RemoveAll ( ) : void
RemoveAnimator ( Animator anim ) : void
RemoveAnimators ( ) : void
RemoveChild ( SceneNode child ) : void
Render ( ) : void
UpdateAbsolutePosition ( ) : void

Private Methods

Méthode Description
CSN_CREATE ( IntPtr parent, IntPtr mgr, int id, CSN_CALLBACK_VOID _void, CSN_CALLBACK_INT _int, CSN_CALLBACK_INTPTR _intptr, CSN_CALLBACK_FLOAT _float ) : IntPtr
CSN_PFLOAT_METHODS ( IntPtr csn, CSN_FLOAT_METHOD method, [ arg1 ) : void
CSN_PINTPTR_METHODS ( IntPtr csn, CSN_INTPTR_METHOD method, IntPtr arg1, int arg2 ) : IntPtr
CSN_PINT_METHODS ( IntPtr csn, CSN_INT_METHOD method, IntPtr arg1, int arg2 ) : int
CSN_PVOID_METHODS ( IntPtr csn, CSN_VOID_METHOD method, IntPtr arg1, int arg2, uint arg3, float arg4 ) : void
CSN_SET_TEMP_FLOATS ( IntPtr csn, float temp ) : void
GetFloats ( CSN_FLOAT_METHOD method ) : float[]
OnCallbackFloat ( CSN_FLOAT_METHOD method ) : void
OnCallbackInt ( CSN_INT_METHOD method, IntPtr arg1, int arg2 ) : int
OnCallbackIntPtr ( CSN_INTPTR_METHOD method, IntPtr arg1, int arg2 ) : IntPtr
OnCallbackVoid ( CSN_VOID_METHOD method, IntPtr arg1, int arg2, uint arg3, float arg4 ) : void

Method Details

AddAnimator() public méthode

public AddAnimator ( Animator animator ) : void
animator Animator
Résultat void

AddChild() public méthode

public AddChild ( SceneNode child ) : void
child SceneNode
Résultat void

GetMaterial() public méthode

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

ISceneNode() public méthode

public ISceneNode ( IntPtr raw ) : System
raw System.IntPtr
Résultat System

ISceneNode() public méthode

public ISceneNode ( SceneNode parent, SceneManager mgr, int id ) : System
parent SceneNode
mgr SceneManager
id int
Résultat System

OnAnimate() public méthode

public OnAnimate ( uint timeMS ) : void
timeMS uint
Résultat void

OnRegisterSceneNode() public méthode

public OnRegisterSceneNode ( ) : void
Résultat void

Remove() public méthode

public Remove ( ) : void
Résultat void

RemoveAll() public méthode

public RemoveAll ( ) : void
Résultat void

RemoveAnimator() public méthode

public RemoveAnimator ( Animator anim ) : void
anim Animator
Résultat void

RemoveAnimators() public méthode

public RemoveAnimators ( ) : void
Résultat void

RemoveChild() public méthode

public RemoveChild ( SceneNode child ) : void
child SceneNode
Résultat void

Render() public méthode

public Render ( ) : void
Résultat void

UpdateAbsolutePosition() public méthode

public UpdateAbsolutePosition ( ) : void
Résultat void