C# Class OpenMetaverse.AppearanceSetEventArgs

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

Public Methods

Method 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 method

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
return System