C# 클래스 Reign.Video.Abstraction.SoftwareVertexBoneGroup

파일 보기 프로젝트 열기: reignstudios/ReignSDK

공개 프로퍼티들

프로퍼티 타입 설명
Index int
Weight float

공개 메소드들

메소드 설명
SoftwareVertexBoneGroup ( int index, float weight ) : System.Collections.Generic

메소드 상세

SoftwareVertexBoneGroup() 공개 메소드

public SoftwareVertexBoneGroup ( int index, float weight ) : System.Collections.Generic
index int
weight float
리턴 System.Collections.Generic

프로퍼티 상세

Index 공개적으로 프로퍼티

public int Index
리턴 int

Weight 공개적으로 프로퍼티

public float Weight
리턴 float