C# Class UniGLTF.glTFMesh

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

Méthodes publiques

Свойство Type Description
extensions object
extras object
name string

Méthodes publiques

Méthode Description
glTFMesh ( string _name ) : System

Méthodes protégées

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

Method Details

SerializeMembers() protected méthode

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

glTFMesh() public méthode

public glTFMesh ( string _name ) : System
_name string
Résultat System

Property Details

extensions public_oe property

public object extensions
Résultat object

extras public_oe property

public object extras
Résultat object

name public_oe property

public string name
Résultat string