C# 클래스 UniGLTF.glTFAttributes

상속: IJsonSerializable
파일 보기 프로젝트 열기: sotanmochi/VRMLiveMotionStreamer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
COLOR_0 int
JOINTS_0 int
NORMAL int
POSITION int
TANGENT int
TEXCOORD_0 int
WEIGHTS_0 int

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
GetHashCode ( ) : int

보호된 메소드들

메소드 설명
SerializeMembers ( UniGLTF.GLTFJsonFormatter f ) : void

메소드 상세

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

SerializeMembers() 보호된 메소드

protected SerializeMembers ( UniGLTF.GLTFJsonFormatter f ) : void
f UniGLTF.GLTFJsonFormatter
리턴 void

프로퍼티 상세

COLOR_0 공개적으로 프로퍼티

public int COLOR_0
리턴 int

JOINTS_0 공개적으로 프로퍼티

public int JOINTS_0
리턴 int

NORMAL 공개적으로 프로퍼티

public int NORMAL
리턴 int

POSITION 공개적으로 프로퍼티

public int POSITION
리턴 int

TANGENT 공개적으로 프로퍼티

public int TANGENT
리턴 int

TEXCOORD_0 공개적으로 프로퍼티

public int TEXCOORD_0
리턴 int

WEIGHTS_0 공개적으로 프로퍼티

public int WEIGHTS_0
리턴 int