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:
Latif Khalifa
2011-10-28 20:35:52 +00:00
parent 204c06dad6
commit 5d79f55559

View File

@@ -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>