C# 클래스 OpenMetaverse.AppearanceManager.WearableData

파일 보기 프로젝트 열기: N3X15/VoxelSim

공개 프로퍼티들

프로퍼티 타입 설명
Asset AssetWearable
AssetID UUID
AssetType AssetType
ItemID UUID
WearableType WearableType

공개 메소드들

메소드 설명
ToString ( ) : string

메소드 상세

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

Asset 공개적으로 프로퍼티

Asset data for the wearable
public AssetWearable,OpenMetaverse Asset
리턴 AssetWearable

AssetID 공개적으로 프로퍼티

AssetID of the wearable asset
public UUID AssetID
리턴 UUID

AssetType 공개적으로 프로퍼티

AssetType of the wearable
public AssetType AssetType
리턴 AssetType

ItemID 공개적으로 프로퍼티

Inventory ItemID of the wearable
public UUID ItemID
리턴 UUID

WearableType 공개적으로 프로퍼티

WearableType of the wearable
public WearableType WearableType
리턴 WearableType