C# 클래스 OpenMetaverse.Primitive.TextureAnimation

Controls the texture animation of a particular prim
파일 보기 프로젝트 열기: 3di/3di-viewer-rei-libs 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Face uint
Flags TextureAnimMode
Length float
Rate float
SizeX uint
SizeY uint
Start float

공개 메소드들

메소드 설명
GetBytes ( ) : byte[]

TextureAnimation ( byte data, int pos ) : System

메소드 상세

GetBytes() 공개 메소드

public GetBytes ( ) : byte[]
리턴 byte[]

TextureAnimation() 공개 메소드

public TextureAnimation ( byte data, int pos ) : System
data byte
pos int
리턴 System

프로퍼티 상세

Face 공개적으로 프로퍼티

public uint Face
리턴 uint

Flags 공개적으로 프로퍼티

public TextureAnimMode Flags
리턴 TextureAnimMode

Length 공개적으로 프로퍼티

public float Length
리턴 float

Rate 공개적으로 프로퍼티

public float Rate
리턴 float

SizeX 공개적으로 프로퍼티

public uint SizeX
리턴 uint

SizeY 공개적으로 프로퍼티

public uint SizeY
리턴 uint

Start 공개적으로 프로퍼티

public float Start
리턴 float