C# Class UniGLTF.glTFAttributes

Inheritance: IJsonSerializable
Afficher le fichier Open project: sotanmochi/VRMLiveMotionStreamer Class Usage Examples

Méthodes publiques

Свойство Type Description
COLOR_0 int
JOINTS_0 int
NORMAL int
POSITION int
TANGENT int
TEXCOORD_0 int
WEIGHTS_0 int

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int

Méthodes protégées

Méthode Description
SerializeMembers ( UniGLTF.GLTFJsonFormatter f ) : void

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

SerializeMembers() protected méthode

protected SerializeMembers ( UniGLTF.GLTFJsonFormatter f ) : void
f UniGLTF.GLTFJsonFormatter
Résultat void

Property Details

COLOR_0 public_oe property

public int COLOR_0
Résultat int

JOINTS_0 public_oe property

public int JOINTS_0
Résultat int

NORMAL public_oe property

public int NORMAL
Résultat int

POSITION public_oe property

public int POSITION
Résultat int

TANGENT public_oe property

public int TANGENT
Résultat int

TEXCOORD_0 public_oe property

public int TEXCOORD_0
Résultat int

WEIGHTS_0 public_oe property

public int WEIGHTS_0
Résultat int