mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 01:35:46 +08:00
MRM Scripting Changes
* Renames MiniRegionModule to MRMModule to make it more distinct from the actual Mini Region Module[s] executed in Scene. * Renames MiniRegionModuleBase to MRMBase for convenience. MRM's need to be adjusted to inherit from MRMBase.
This commit is contained in:
@@ -86,8 +86,8 @@ namespace OpenSim.Region.OptionalModules.Scripting.Minimodule
|
||||
|
||||
public Vector3 Scale
|
||||
{
|
||||
get { throw new System.NotImplementedException(); }
|
||||
set { throw new System.NotImplementedException(); }
|
||||
get { return GetSOP().Scale; }
|
||||
set { GetSOP().Scale = value; }
|
||||
}
|
||||
|
||||
public Quaternion Rotation
|
||||
|
||||
Reference in New Issue
Block a user