C# Класс IrrlichtNETCP.BoneSceneNode

Наследование: SceneNode
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
BoneSceneNode ( IntPtr raw ) : System
UpdateAbsolutePositionOfAllChildren ( ) : void

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

Приватные методы

Метод Описание
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

Описание методов

BoneSceneNode() публичный Метод

public BoneSceneNode ( IntPtr raw ) : System
raw System.IntPtr
Результат System

UpdateAbsolutePositionOfAllChildren() публичный Метод

updates the absolute position based on the relative and the parents position
public UpdateAbsolutePositionOfAllChildren ( ) : void
Результат void