OpenSim.Framework.AvatarAppearance.AvatarAppearance C# (CSharp) Method

AvatarAppearance() public method

public AvatarAppearance ( ) : System
return System
        public AvatarAppearance() : this(UUID.Zero) {}

Same methods

AvatarAppearance::AvatarAppearance ( AvatarAppearance appearance ) : System
AvatarAppearance::AvatarAppearance ( AvatarAppearance appearance, bool copyWearables ) : System
AvatarAppearance::AvatarAppearance ( UUID owner ) : System
AvatarAppearance::AvatarAppearance ( UUID avatarID, AvatarWearable wearables, Primitive textureEntry, byte visualParams ) : System
AvatarAppearance::AvatarAppearance ( UUID avatarID, OSDMap map ) : System