OpenMetaverse.AppearanceSetEventArgs.AppearanceSetEventArgs C# (CSharp) Method

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
        public AppearanceSetEventArgs(bool success)
        {
            this.m_success = success;
        }
    }
AppearanceSetEventArgs