C# 클래스 AcTools.Kn5File.Kn5Node

파일 보기 프로젝트 열기: gro-ove/actools 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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[]

공개 메소드들

메소드 설명
CreateBaseNode ( string name ) : Kn5Node
GetByName ( string name ) : Kn5Node

비공개 메소드들

메소드 설명
Kn5Node ( ) : System.Collections.Generic

메소드 상세

CreateBaseNode() 공개 정적인 메소드

public static CreateBaseNode ( string name ) : Kn5Node
name string
리턴 Kn5Node

GetByName() 공개 메소드

public GetByName ( string name ) : Kn5Node
name string
리턴 Kn5Node

프로퍼티 상세

Active 공개적으로 프로퍼티

public bool Active
리턴 bool

Bones 공개적으로 프로퍼티

public Bone[] Bones
리턴 Bone[]

BoundingSphereCenter 공개적으로 프로퍼티

public float[] BoundingSphereCenter
리턴 float[]

BoundingSphereRadius 공개적으로 프로퍼티

public float BoundingSphereRadius
리턴 float

CastShadows 공개적으로 프로퍼티

public bool CastShadows
리턴 bool

Children 공개적으로 프로퍼티

public List Children
리턴 List

Indices 공개적으로 프로퍼티

public ushort[] Indices
리턴 ushort[]

LodIn 공개적으로 프로퍼티

public float LodIn
리턴 float

MaterialId 공개적으로 프로퍼티

public uint MaterialId
리턴 uint

Name 공개적으로 프로퍼티

public string Name
리턴 string

NodeClass 공개적으로 프로퍼티

public Kn5NodeClass NodeClass
리턴 Kn5NodeClass

Transform 공개적으로 프로퍼티

public float[] Transform
리턴 float[]

VerticeWeights 공개적으로 프로퍼티

public VerticeWeight[] VerticeWeights
리턴 VerticeWeight[]

Vertices 공개적으로 프로퍼티

public Vertice[] Vertices
리턴 Vertice[]