C# Class GlTF_Accessor

Inheritance: GlTF_Writer
Afficher le fichier Open project: tparisi/Unity-glTF-Exporter Class Usage Examples

Méthodes publiques

Свойство Type Description
aType string
bufferView GlTF_BufferView,
byteOffset long
byteStride int
componentType int
count int
max GlTF_Vector3,
min GlTF_Vector3,

Méthodes publiques

Méthode Description
GlTF_Accessor ( string n ) : UnityEngine
GlTF_Accessor ( string n, string t, string c ) : UnityEngine
Populate ( Vector2 v2s ) : void
Populate ( Vector3 v3s ) : void
Populate ( Vector4 v4s ) : void
Populate ( float vs ) : void
Populate ( int vs, bool flippedTriangle ) : void
Write ( ) : void

Method Details

GlTF_Accessor() public méthode

public GlTF_Accessor ( string n ) : UnityEngine
n string
Résultat UnityEngine

GlTF_Accessor() public méthode

public GlTF_Accessor ( string n, string t, string c ) : UnityEngine
n string
t string
c string
Résultat UnityEngine

Populate() public méthode

public Populate ( Vector2 v2s ) : void
v2s Vector2
Résultat void

Populate() public méthode

public Populate ( Vector3 v3s ) : void
v3s Vector3
Résultat void

Populate() public méthode

public Populate ( Vector4 v4s ) : void
v4s Vector4
Résultat void

Populate() public méthode

public Populate ( float vs ) : void
vs float
Résultat void

Populate() public méthode

public Populate ( int vs, bool flippedTriangle ) : void
vs int
flippedTriangle bool
Résultat void

Write() public méthode

public Write ( ) : void
Résultat void

Property Details

aType public_oe property

public string aType
Résultat string

bufferView public_oe property

public GlTF_BufferView, bufferView
Résultat GlTF_BufferView,

byteOffset public_oe property

public long byteOffset
Résultat long

byteStride public_oe property

public int byteStride
Résultat int

componentType public_oe property

public int componentType
Résultat int

count public_oe property

public int count
Résultat int

max public_oe property

public GlTF_Vector3, max
Résultat GlTF_Vector3,

min public_oe property

public GlTF_Vector3, min
Résultat GlTF_Vector3,