mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
* Adds AutoOAR module, this will automatically OAR your regions every 20 minutes to a directory called "autooar", if enabled. Default disabled. Use [autooar] Enabled=true in OpenSim.ini to enable.
* Adds some MRM XMLDOC
This commit is contained in:
@@ -5,6 +5,11 @@ using OpenMetaverse;
|
||||
|
||||
namespace OpenSim.Region.OptionalModules.Scripting.Minimodule.Object
|
||||
{
|
||||
/// <summary>
|
||||
/// This implements an interface similar to that provided by physics engines to OpenSim internally.
|
||||
/// Eg, PhysicsActor. It is capable of setting and getting properties related to the current
|
||||
/// physics scene representation of this object.
|
||||
/// </summary>
|
||||
public interface IObjectPhysics
|
||||
{
|
||||
bool Enabled { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user