C# Class GlTF_Channel

Inheritance: GlTF_Writer
Mostrar archivo Open project: tparisi/Unity-glTF-Exporter Class Usage Examples

Public Properties

Property Type Description
sampler GlTF_AnimSampler,
target GlTF_Target,

Public Methods

Method Description
GlTF_Channel ( string ch, GlTF_AnimSampler, s ) : UnityEngine
Write ( ) : void

Method Details

GlTF_Channel() public method

public GlTF_Channel ( string ch, GlTF_AnimSampler, s ) : UnityEngine
ch string
s GlTF_AnimSampler,
return UnityEngine

Write() public method

public Write ( ) : void
return void

Property Details

sampler public_oe property

public GlTF_AnimSampler, sampler
return GlTF_AnimSampler,

target public_oe property

public GlTF_Target, target
return GlTF_Target,