C# Class Ohana3DS_Transfigured.Ohana.RenderEngine.OAnimationBone

Show file Open project: Quibilia/Ohana3DS-Transfigured

Public Properties

Property Type Description
hasTransform bool
name string
parentId short
rotationQuaternion Quaternion
scale RenderBase.OVector3
transform RenderBase.OMatrix
translation RenderBase.OVector3

Public Methods

Method Description
OAnimationBone ( ) : System

Creates a new Bone.

Method Details

OAnimationBone() public method

Creates a new Bone.
public OAnimationBone ( ) : System
return System

Property Details

hasTransform public property

public bool hasTransform
return bool

name public property

public string name
return string

parentId public property

public short parentId
return short

rotationQuaternion public property

public Quaternion rotationQuaternion
return Quaternion

scale public property

public RenderBase.OVector3 scale
return RenderBase.OVector3

transform public property

public RenderBase.OMatrix transform
return RenderBase.OMatrix

translation public property

public RenderBase.OVector3 translation
return RenderBase.OVector3