C# 클래스 ColladaSlimDX.ColladaModel.Model.Transform

파일 보기 프로젝트 열기: vvvv/ColladaSlimDX

보호된 프로퍼티들

프로퍼티 타입 설명
matrix System.Matrix

공개 메소드들

메소드 설명
AddChannel ( Animation channel ) : void
ApplyAnimations ( float time ) : void
SetElement ( string key, float val ) : void
Transform ( ) : System
Transform ( System.Matrix m ) : System

메소드 상세

AddChannel() 공개 메소드

public AddChannel ( Animation channel ) : void
channel Animation
리턴 void

ApplyAnimations() 공개 메소드

public ApplyAnimations ( float time ) : void
time float
리턴 void

SetElement() 공개 메소드

public SetElement ( string key, float val ) : void
key string
val float
리턴 void

Transform() 공개 메소드

public Transform ( ) : System
리턴 System

Transform() 공개 메소드

public Transform ( System.Matrix m ) : System
m System.Matrix
리턴 System

프로퍼티 상세

matrix 보호되어 있는 프로퍼티

protected Matrix,System matrix
리턴 System.Matrix