C# 클래스 OpenMetaverse.Asset

파일 보기 프로젝트 열기: 3di/3di-viewer-rei-libs 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AssetData byte[]
Temporary bool

공개 메소드들

메소드 설명
Asset ( ) : System
Asset ( UUID assetID, byte assetData ) : System
Decode ( ) : bool

Decodes the AssetData, placing it in appropriate properties of the derived class.

Encode ( ) : void

Regenerates the AssetData byte array from the properties of the derived class.

메소드 상세

Asset() 공개 메소드

public Asset ( ) : System
리턴 System

Asset() 공개 메소드

public Asset ( UUID assetID, byte assetData ) : System
assetID UUID
assetData byte
리턴 System

Decode() 공개 추상적인 메소드

Decodes the AssetData, placing it in appropriate properties of the derived class.
public abstract Decode ( ) : bool
리턴 bool

Encode() 공개 추상적인 메소드

Regenerates the AssetData byte array from the properties of the derived class.
public abstract Encode ( ) : void
리턴 void

프로퍼티 상세

AssetData 공개적으로 프로퍼티

public byte[] AssetData
리턴 byte[]

Temporary 공개적으로 프로퍼티

public bool Temporary
리턴 bool