C# 클래스 OpenMetaverse.AssetWearable

상속: Asset
파일 보기 프로젝트 열기: 3di/3di-viewer-rei-libs

공개 프로퍼티들

프로퍼티 타입 설명
Creator UUID
Description string
ForSale SaleType
Group UUID
GroupOwned bool
LastOwner UUID
Name string
Owner UUID
Params float>.Dictionary
Permissions Permissions
SalePrice int
Textures UUID>.Dictionary
WearableType WearableType

공개 메소드들

메소드 설명
AssetWearable ( ) : System
AssetWearable ( UUID assetID, byte assetData ) : System
AssetWearable ( string source ) : System
Decode ( ) : bool
Encode ( ) : void

메소드 상세

AssetWearable() 공개 메소드

public AssetWearable ( ) : System
리턴 System

AssetWearable() 공개 메소드

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

AssetWearable() 공개 메소드

public AssetWearable ( string source ) : System
source string
리턴 System

Decode() 공개 메소드

public Decode ( ) : bool
리턴 bool

Encode() 공개 메소드

public Encode ( ) : void
리턴 void

프로퍼티 상세

Creator 공개적으로 프로퍼티

public UUID Creator
리턴 UUID

Description 공개적으로 프로퍼티

public string Description
리턴 string

ForSale 공개적으로 프로퍼티

public SaleType ForSale
리턴 SaleType

Group 공개적으로 프로퍼티

public UUID Group
리턴 UUID

GroupOwned 공개적으로 프로퍼티

public bool GroupOwned
리턴 bool

LastOwner 공개적으로 프로퍼티

public UUID LastOwner
리턴 UUID

Name 공개적으로 프로퍼티

public string Name
리턴 string

Owner 공개적으로 프로퍼티

public UUID Owner
리턴 UUID

Params 공개적으로 프로퍼티

public Dictionary Params
리턴 float>.Dictionary

Permissions 공개적으로 프로퍼티

public Permissions,OpenMetaverse Permissions
리턴 Permissions

SalePrice 공개적으로 프로퍼티

public int SalePrice
리턴 int

Textures 공개적으로 프로퍼티

public Dictionary Textures
리턴 UUID>.Dictionary

WearableType 공개적으로 프로퍼티

public WearableType WearableType
리턴 WearableType