mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
* Removes IsPhysical, IsPhantom from IObject, since this is now represented in IObject.Physics.Enabled / IObject.Physics.Phantom instead.
This commit is contained in:
@@ -141,7 +141,6 @@ namespace OpenSim.Region.OptionalModules.Scripting.Minimodule
|
||||
/// </summary>
|
||||
String Text { get; set; }
|
||||
|
||||
bool IsPhantom { get; set; } // SetStatus(PHANTOM)
|
||||
bool IsRotationLockedX { get; set; } // SetStatus(!ROTATE_X)
|
||||
bool IsRotationLockedY { get; set; } // SetStatus(!ROTATE_Y)
|
||||
bool IsRotationLockedZ { get; set; } // SetStatus(!ROTATE_Z)
|
||||
|
||||
@@ -184,18 +184,6 @@ namespace OpenSim.Region.OptionalModules.Scripting.Minimodule
|
||||
set { throw new System.NotImplementedException(); }
|
||||
}
|
||||
|
||||
public bool IsPhysical
|
||||
{
|
||||
get { throw new System.NotImplementedException(); }
|
||||
set { throw new System.NotImplementedException(); }
|
||||
}
|
||||
|
||||
public bool IsPhantom
|
||||
{
|
||||
get { throw new System.NotImplementedException(); }
|
||||
set { throw new System.NotImplementedException(); }
|
||||
}
|
||||
|
||||
public bool IsRotationLockedX
|
||||
{
|
||||
get { throw new System.NotImplementedException(); }
|
||||
|
||||
Reference in New Issue
Block a user