C# 클래스 HaloMap.Render.FrameInfo

The frame info.
파일 보기 프로젝트 열기: troymac1ure/Entity 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Child int
DistanceFromParent float
Name string
Parent int
Sibling int
i float
j float
k float
matrix Matrix
skinweightmatrix Matrix
w float
x float
y float
z float

프로퍼티 상세

Child 공개적으로 프로퍼티

The child.
public int Child
리턴 int

DistanceFromParent 공개적으로 프로퍼티

The distance from parent.
public float DistanceFromParent
리턴 float

Name 공개적으로 프로퍼티

The name.
public string Name
리턴 string

Parent 공개적으로 프로퍼티

The parent.
public int Parent
리턴 int

Sibling 공개적으로 프로퍼티

The sibling.
public int Sibling
리턴 int

i 공개적으로 프로퍼티

The i.
public float i
리턴 float

j 공개적으로 프로퍼티

The j.
public float j
리턴 float

k 공개적으로 프로퍼티

The k.
public float k
리턴 float

matrix 공개적으로 프로퍼티

The matrix.
public Matrix matrix
리턴 Matrix

skinweightmatrix 공개적으로 프로퍼티

The skinweightmatrix.
public Matrix skinweightmatrix
리턴 Matrix

w 공개적으로 프로퍼티

The w.
public float w
리턴 float

x 공개적으로 프로퍼티

The x.
public float x
리턴 float

y 공개적으로 프로퍼티

The y.
public float y
리턴 float

z 공개적으로 프로퍼티

The z.
public float z
리턴 float