aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/ISceneEntity.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-08-30 22:39:16 +0100
committerJustin Clark-Casey (justincc)2011-08-30 22:39:16 +0100
commita90e1cf3aa6ae832e1ff4f2683e1c991eb9a849f (patch)
tree2a0b33039eeb611967b40051b387ddcf527dba87 /OpenSim/Framework/ISceneEntity.cs
parentrefactor: migrate DropObject handling fully into AttachmentsModule from Scene (diff)
downloadopensim-SC_OLD-a90e1cf3aa6ae832e1ff4f2683e1c991eb9a849f.zip
opensim-SC_OLD-a90e1cf3aa6ae832e1ff4f2683e1c991eb9a849f.tar.gz
opensim-SC_OLD-a90e1cf3aa6ae832e1ff4f2683e1c991eb9a849f.tar.bz2
opensim-SC_OLD-a90e1cf3aa6ae832e1ff4f2683e1c991eb9a849f.tar.xz
add Name property to ISceneEntity
Diffstat (limited to 'OpenSim/Framework/ISceneEntity.cs')
-rw-r--r--OpenSim/Framework/ISceneEntity.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Framework/ISceneEntity.cs b/OpenSim/Framework/ISceneEntity.cs
index 5ac364f..c0ea302 100644
--- a/OpenSim/Framework/ISceneEntity.cs
+++ b/OpenSim/Framework/ISceneEntity.cs
@@ -31,6 +31,7 @@ namespace OpenSim.Framework
31{ 31{
32 public interface ISceneEntity 32 public interface ISceneEntity
33 { 33 {
34 string Name { get; set; }
34 UUID UUID { get; } 35 UUID UUID { get; }
35 uint LocalId { get; } 36 uint LocalId { get; }
36 Vector3 AbsolutePosition { get; } 37 Vector3 AbsolutePosition { get; }