C# Class AcTools.Kn5File.Kn5Node

Show file Open project: gro-ove/actools Class Usage Examples

Public Properties

Property Type Description
Active bool
Bones Bone[]
BoundingSphereCenter float[]
BoundingSphereRadius float
CastShadows bool
Children List
Indices ushort[]
LodIn float
MaterialId uint
Name string
NodeClass Kn5NodeClass
Transform float[]
VerticeWeights VerticeWeight[]
Vertices Vertice[]

Public Methods

Method Description
CreateBaseNode ( string name ) : Kn5Node
GetByName ( string name ) : Kn5Node

Private Methods

Method Description
Kn5Node ( ) : System.Collections.Generic

Method Details

CreateBaseNode() public static method

public static CreateBaseNode ( string name ) : Kn5Node
name string
return Kn5Node

GetByName() public method

public GetByName ( string name ) : Kn5Node
name string
return Kn5Node

Property Details

Active public property

public bool Active
return bool

Bones public property

public Bone[] Bones
return Bone[]

BoundingSphereCenter public property

public float[] BoundingSphereCenter
return float[]

BoundingSphereRadius public property

public float BoundingSphereRadius
return float

CastShadows public property

public bool CastShadows
return bool

Children public property

public List Children
return List

Indices public property

public ushort[] Indices
return ushort[]

LodIn public property

public float LodIn
return float

MaterialId public property

public uint MaterialId
return uint

Name public property

public string Name
return string

NodeClass public property

public Kn5NodeClass NodeClass
return Kn5NodeClass

Transform public property

public float[] Transform
return float[]

VerticeWeights public property

public VerticeWeight[] VerticeWeights
return VerticeWeight[]

Vertices public property

public Vertice[] Vertices
return Vertice[]