C# Class UniGLTF.gltfMorphTarget

Inheritance: glTFAttributes
ファイルを表示 Open project: sotanmochi/VRMLiveMotionStreamer Class Usage Examples

Public Properties

Property Type Description
NORMAL int
POSITION int
TANGENT int

Protected Methods

Method Description
SerializeMembers ( UniGLTF.GLTFJsonFormatter f ) : void

Method Details

SerializeMembers() protected method

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

Property Details

NORMAL public_oe property

public int NORMAL
return int

POSITION public_oe property

public int POSITION
return int

TANGENT public_oe property

public int TANGENT
return int