C# Class GlTF_Node

Inheritance: GlTF_Writer
Show file 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 property

public List accessorNames
return List

additionalProperties public property

public bool additionalProperties
return bool

bufferViewNames public property

public List bufferViewNames
return List

cameraName public property

public string cameraName
return string

childrenNames public property

public List childrenNames
return List

hasParent public property

public bool hasParent
return bool

indexNames public property

public List indexNames
return List

lightName public property

public string lightName
return string

matrix public property

public GlTF_Matrix, matrix
return GlTF_Matrix,

meshNames public property

public List meshNames
return List

rotation public property

public GlTF_Rotation, rotation
return GlTF_Rotation,

scale public property

public GlTF_Scale, scale
return GlTF_Scale,

translation public property

public GlTF_Translation, translation
return GlTF_Translation,

uniqueItems public property

public bool uniqueItems
return bool