OpenMetaverse.AppearanceManager.WearParams.WearParams C# (CSharp) Method

WearParams() public method

public WearParams ( object param, bool bake, bool remove_existing_attachments ) : System
param object
bake bool
remove_existing_attachments bool
return System
            public WearParams(object param, bool bake, bool remove_existing_attachments)
            {
                Param = param;
                Bake = bake;
                Remove_Existing_Attachments = remove_existing_attachments;
            }
AppearanceManager.WearParams