Added Neck and Root attachment points to the enum (RAD-313)
git-svn-id: http://libopenmetaverse.googlecode.com/svn/libopenmetaverse/trunk@3591 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
@@ -445,7 +445,13 @@ namespace OpenMetaverse
|
||||
HUDBottom,
|
||||
/// <summary>HUD Bottom-right</summary>
|
||||
[EnumInfo(Text = "HUD Bottom Right")]
|
||||
HUDBottomRight
|
||||
HUDBottomRight,
|
||||
/// <summary>Neck</summary>
|
||||
[EnumInfo(Text = "Neck")]
|
||||
Neck,
|
||||
/// <summary>Avatar Center</summary>
|
||||
[EnumInfo(Text = "Avatar Center")]
|
||||
Root,
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user