C# 클래스 FSO.Vitaboy.Animation

Represents an animation for a model.
파일 보기 프로젝트 열기: RHY3756547/FreeSO 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Distance float
Duration float
IsMoving byte
Motions FSO.Vitaboy.AnimationMotion[]
Name string
Rotations Microsoft.Xna.Framework.Quaternion[]
Translations Vector3[]

공개 메소드들

메소드 설명
Read ( Stream stream ) : void

Reads an animation from a stream.

비공개 메소드들

메소드 설명
ReadPropertyList ( IoBuffer io ) : PropertyList

Reads a property list from a stream.

메소드 상세

Read() 공개 메소드

Reads an animation from a stream.
public Read ( Stream stream ) : void
stream Stream The Stream instance to read from.
리턴 void

프로퍼티 상세

Distance 공개적으로 프로퍼티

public float Distance
리턴 float

Duration 공개적으로 프로퍼티

public float Duration
리턴 float

IsMoving 공개적으로 프로퍼티

public byte IsMoving
리턴 byte

Motions 공개적으로 프로퍼티

public AnimationMotion[],FSO.Vitaboy Motions
리턴 FSO.Vitaboy.AnimationMotion[]

Name 공개적으로 프로퍼티

public string Name
리턴 string

Rotations 공개적으로 프로퍼티

public Quaternion[],Microsoft.Xna.Framework Rotations
리턴 Microsoft.Xna.Framework.Quaternion[]

Translations 공개적으로 프로퍼티

public Vector3[] Translations
리턴 Vector3[]