C# Class GlTF_Node

Inheritance: GlTF_Writer
ファイルを表示 Open project: tparisi/Unity-glTF-Exporter Class Usage Examples

Public Properties

Property Type Description
accessorNames List
additionalProperties bool
bufferViewNames List
cameraName string
childrenNames List
hasParent bool
indexNames List
lightName string
matrix GlTF_Matrix,
meshNames List
rotation GlTF_Rotation,
scale GlTF_Scale,
translation GlTF_Translation,
uniqueItems bool

Public Methods

Method Description
Write ( ) : void

Method Details

Write() public method

public Write ( ) : void
return void

Property Details

accessorNames public_oe property

public List accessorNames
return List

additionalProperties public_oe property

public bool additionalProperties
return bool

bufferViewNames public_oe property

public List bufferViewNames
return List

cameraName public_oe property

public string cameraName
return string

childrenNames public_oe property

public List childrenNames
return List

hasParent public_oe property

public bool hasParent
return bool

indexNames public_oe property

public List indexNames
return List

lightName public_oe property

public string lightName
return string

matrix public_oe property

public GlTF_Matrix, matrix
return GlTF_Matrix,

meshNames public_oe property

public List meshNames
return List

rotation public_oe property

public GlTF_Rotation, rotation
return GlTF_Rotation,

scale public_oe property

public GlTF_Scale, scale
return GlTF_Scale,

translation public_oe property

public GlTF_Translation, translation
return GlTF_Translation,

uniqueItems public_oe property

public bool uniqueItems
return bool