Свойство | Тип | Описание | |
---|---|---|---|
BAKE_INDICES | byte[] | ||
TEXTURE_COUNT | int | ||
VISUALPARAM_COUNT | int |
Метод | Описание | |
---|---|---|
AvatarAppearance ( ) : System | ||
AvatarAppearance ( |
||
AvatarAppearance ( |
||
AvatarAppearance ( UUID owner ) : System | ||
AvatarAppearance ( UUID avatarID, WhiteCore.Framework.ClientInterfaces.AvatarWearable wearables, |
||
AvatarAppearance ( UUID avatarID, OSDMap map ) : System | ||
CheckWhetherAttachmentChanged ( int attPnt, UUID item, UUID assetID ) : bool |
Returns whether an attachment will require a save to the avatar service
|
|
ClearAttachments ( ) : void | ||
ClearWearables ( ) : void | ||
DetachAttachment ( UUID itemID ) : bool | ||
FromOSD ( OSDMap map ) : void | ||
GetAssetsFrom ( AvatarAppearance app ) : void | ||
GetAttachments ( ) : List |
Get a list of the attachments, note that there may be duplicate attach points
|
|
GetAttachmentsDictionary ( ) : List |
Get a list of the attachments, note that there may be duplicate attach points
|
|
GetAttachpoint ( UUID itemID ) : int | ||
Pack ( ) : OSDMap |
Create an OSDMap from the appearance data
|
|
ResetAppearance ( ) : void | ||
SetAppearance ( Primitive textureEntry, byte visualParams ) : void | ||
SetAttachment ( int attachpoint, UUID item, UUID asset ) : bool |
DEPRECATED: USE SetAttachments now Add an attachment, if the attach point has the 0x80 bit set then we assume this is an append operation otherwise we replace whatever is currently attached at the attach point
|
|
SetAttachments ( ISceneEntity attachments ) : void | ||
SetCachedWearables ( PresenceInfo wearables ) : void | ||
SetDefaultWearables ( ) : void | ||
SetHeight ( ) : void | ||
SetSize ( Vector3 avSize ) : void | ||
SetTextureEntries ( Primitive textureEntry, List |
Set up appearance textures. Returns Boolean that indicates whether the new entries actually change the existing values.
|
|
SetVisualParams ( byte visualParams ) : bool |
Set up visual parameters for the avatar and refresh the avatar height Returns Boolean that indicates whether the new entries actually change the existing values.
|
|
SetWearable ( int wearableId, AvatarWearable wearable ) : void | ||
ToOSD ( ) : OSDMap | ||
ToString ( ) : string | ||
Unpack ( OSDMap data ) : void |
Unpack and OSDMap and initialize the appearance from it
|
Метод | Описание | |
---|---|---|
AppendAttachment ( WhiteCore.Framework.ClientInterfaces.AvatarAttachment attach ) : void | ||
ReplaceAttachment ( AvatarAttachment attach ) : bool |
Replace the attachment
|
|
SetDefaultParams ( ) : void | ||
SetDefaultTexture ( ) : void |
public AvatarAppearance ( |
||
appearance | ||
Результат | System |
public AvatarAppearance ( |
||
appearance | ||
copyWearables | bool | |
Результат | System |
public AvatarAppearance ( UUID owner ) : System | ||
owner | UUID | |
Результат | System |
public AvatarAppearance ( UUID avatarID, WhiteCore.Framework.ClientInterfaces.AvatarWearable wearables, |
||
avatarID | UUID | |
wearables | WhiteCore.Framework.ClientInterfaces.AvatarWearable | |
textureEntry | ||
visualParams | byte | |
Результат | System |
public AvatarAppearance ( UUID avatarID, OSDMap map ) : System | ||
avatarID | UUID | |
map | OSDMap | |
Результат | System |
public CheckWhetherAttachmentChanged ( int attPnt, UUID item, UUID assetID ) : bool | ||
attPnt | int | |
item | UUID | |
assetID | UUID | |
Результат | bool |
public DetachAttachment ( UUID itemID ) : bool | ||
itemID | UUID | |
Результат | bool |
public GetAssetsFrom ( AvatarAppearance app ) : void | ||
app | AvatarAppearance | |
Результат | void |
public GetAttachmentsDictionary ( ) : List |
||
Результат | List |
public GetAttachpoint ( UUID itemID ) : int | ||
itemID | UUID | |
Результат | int |
public SetAppearance ( Primitive textureEntry, byte visualParams ) : void | ||
textureEntry | Primitive | |
visualParams | byte | |
Результат | void |
public SetAttachment ( int attachpoint, UUID item, UUID asset ) : bool | ||
attachpoint | int | |
item | UUID | |
asset | UUID | |
Результат | bool |
public SetAttachments ( ISceneEntity attachments ) : void | ||
attachments | ISceneEntity | |
Результат | void |
public SetCachedWearables ( PresenceInfo wearables ) : void | ||
wearables | PresenceInfo | |
Результат | void |
public SetTextureEntries ( Primitive textureEntry, List |
||
textureEntry | Primitive | |
ChangedTextures | List |
|
Результат | bool |
public SetVisualParams ( byte visualParams ) : bool | ||
visualParams | byte | |
Результат | bool |
public SetWearable ( int wearableId, AvatarWearable wearable ) : void | ||
wearableId | int | |
wearable | AvatarWearable | |
Результат | void |