C# 클래스 Reign.Video.Abstraction.InstanceModel

파일 보기 프로젝트 열기: reignstudios/ReignSDK

공개 프로퍼티들

프로퍼티 타입 설명
CurrentFrame float
Model Model
Objects Reign.Video.Abstraction.InstanceObject[]
Position Reign.Core.Vector3
Rotation Reign.Core.Matrix3

공개 메소드들

메소드 설명
InstanceModel ( Model model ) : Reign.Core
Play ( Time time ) : void
Render ( ) : void

메소드 상세

InstanceModel() 공개 메소드

public InstanceModel ( Model model ) : Reign.Core
model Model
리턴 Reign.Core

Play() 공개 메소드

public Play ( Time time ) : void
time Reign.Core.Time
리턴 void

Render() 공개 메소드

public Render ( ) : void
리턴 void

프로퍼티 상세

CurrentFrame 공개적으로 프로퍼티

public float CurrentFrame
리턴 float

Model 공개적으로 프로퍼티

public Model,Reign.Video.Abstraction Model
리턴 Model

Objects 공개적으로 프로퍼티

public InstanceObject[],Reign.Video.Abstraction Objects
리턴 Reign.Video.Abstraction.InstanceObject[]

Position 공개적으로 프로퍼티

public Vector3,Reign.Core Position
리턴 Reign.Core.Vector3

Rotation 공개적으로 프로퍼티

public Matrix3,Reign.Core Rotation
리턴 Reign.Core.Matrix3