C# Класс OpenMetaverse.AppearanceSetEventArgs

Contains the Event data returned from an AppearanceSetRequest
Наследование: System.EventArgs
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
AppearanceSetEventArgs ( bool success ) : System

Triggered when appearance data is sent to the sim and the main appearance thread is done.

Описание методов

AppearanceSetEventArgs() публичный Метод

Triggered when appearance data is sent to the sim and the main appearance thread is done.
public AppearanceSetEventArgs ( bool success ) : System
success bool Indicates whether appearance setting was successful
Результат System