C# Class GlTF_Channel

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

Méthodes publiques

Свойство Type Description
sampler GlTF_AnimSampler,
target GlTF_Target,

Méthodes publiques

Méthode Description
GlTF_Channel ( string ch, GlTF_AnimSampler, s ) : UnityEngine
Write ( ) : void

Method Details

GlTF_Channel() public méthode

public GlTF_Channel ( string ch, GlTF_AnimSampler, s ) : UnityEngine
ch string
s GlTF_AnimSampler,
Résultat UnityEngine

Write() public méthode

public Write ( ) : void
Résultat void

Property Details

sampler public_oe property

public GlTF_AnimSampler, sampler
Résultat GlTF_AnimSampler,

target public_oe property

public GlTF_Target, target
Résultat GlTF_Target,