C# Class UniGLTF.glTFAttributes

Inheritance: IJsonSerializable
Show file Open project: sotanmochi/VRMLiveMotionStreamer Class Usage Examples

Public Properties

Property Type Description
COLOR_0 int
JOINTS_0 int
NORMAL int
POSITION int
TANGENT int
TEXCOORD_0 int
WEIGHTS_0 int

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int

Protected Methods

Method Description
SerializeMembers ( UniGLTF.GLTFJsonFormatter f ) : void

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

SerializeMembers() protected method

protected SerializeMembers ( UniGLTF.GLTFJsonFormatter f ) : void
f UniGLTF.GLTFJsonFormatter
return void

Property Details

COLOR_0 public property

public int COLOR_0
return int

JOINTS_0 public property

public int JOINTS_0
return int

NORMAL public property

public int NORMAL
return int

POSITION public property

public int POSITION
return int

TANGENT public property

public int TANGENT
return int

TEXCOORD_0 public property

public int TEXCOORD_0
return int

WEIGHTS_0 public property

public int WEIGHTS_0
return int