C# Class IrrlichtNETCP.BoneSceneNode

Inheritance: SceneNode
Show file Open project: Paulus/irrlichtnetcp Class Usage Examples

Public Methods

Method Description
BoneSceneNode ( IntPtr raw ) : System
UpdateAbsolutePositionOfAllChildren ( ) : void

updates the absolute position based on the relative and the parents position

Private Methods

Method Description
BoneSceneNode_GetAnimationMode ( IntPtr bone ) : AnimationMode
BoneSceneNode_GetBoneIndex ( IntPtr bone ) : uint
BoneSceneNode_GetBoneName ( IntPtr bone ) : string
BoneSceneNode_GetSkinningSpace ( IntPtr bone ) : SkinningSpace
BoneSceneNode_SetAnimationMode ( IntPtr bone, AnimationMode mode ) : void
BoneSceneNode_SetSkinningSpace ( IntPtr bone, SkinningSpace space ) : void
BoneSceneNode_UAPOAC ( IntPtr bone ) : void

Method Details

BoneSceneNode() public method

public BoneSceneNode ( IntPtr raw ) : System
raw System.IntPtr
return System

UpdateAbsolutePositionOfAllChildren() public method

updates the absolute position based on the relative and the parents position
public UpdateAbsolutePositionOfAllChildren ( ) : void
return void