C# 클래스 GlTF_Animation

상속: GlTF_Writer
파일 보기 프로젝트 열기: tparisi/Unity-glTF-Exporter 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
animSamplers List
channels List
count int
parameters GlTF_Parameters,

공개 메소드들

메소드 설명
GlTF_Animation ( string n ) : UnityEngine
Populate ( AnimationClip c ) : void
Write ( ) : void

메소드 상세

GlTF_Animation() 공개 메소드

public GlTF_Animation ( string n ) : UnityEngine
n string
리턴 UnityEngine

Populate() 공개 메소드

public Populate ( AnimationClip c ) : void
c UnityEngine.AnimationClip
리턴 void

Write() 공개 메소드

public Write ( ) : void
리턴 void

프로퍼티 상세

animSamplers 공개적으로 프로퍼티

public List animSamplers
리턴 List

channels 공개적으로 프로퍼티

public List channels
리턴 List

count 공개적으로 프로퍼티

public int count
리턴 int

parameters 공개적으로 프로퍼티

public GlTF_Parameters, parameters
리턴 GlTF_Parameters,