[libopenmetaverse] r3591 committed - Added Neck and Root attachment points to the enum (RAD-313)

0 views
Skip to first unread message

libopenm...@googlecode.com

unread,
Oct 28, 2011, 4:36:20 PM10/28/11
to libomv-...@googlegroups.com
Revision: 3591
Author: latifer
Date: Fri Oct 28 13:35:52 2011
Log: Added Neck and Root attachment points to the enum (RAD-313)
http://code.google.com/p/libopenmetaverse/source/detail?r=3591

Modified:
/libopenmetaverse/trunk/OpenMetaverseTypes/EnumsPrimitive.cs

=======================================
--- /libopenmetaverse/trunk/OpenMetaverseTypes/EnumsPrimitive.cs Wed Jul 27
15:21:47 2011
+++ /libopenmetaverse/trunk/OpenMetaverseTypes/EnumsPrimitive.cs Fri Oct 28
13:35:52 2011
@@ -445,7 +445,13 @@
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>

Reply all
Reply to author
Forward
0 new messages