C# Class OpenMetaverse.AppearanceSetEventArgs

Contains the Event data returned from an AppearanceSetRequest
Inheritance: System.EventArgs
Afficher le fichier Open project: N3X15/VoxelSim Class Usage Examples

Méthodes publiques

Méthode Description
AppearanceSetEventArgs ( bool success ) : System

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

Method Details

AppearanceSetEventArgs() public méthode

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
Résultat System