mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 18:25:33 +08:00
add Name property to ISceneEntity
This commit is contained in:
@@ -31,6 +31,7 @@ namespace OpenSim.Framework
|
||||
{
|
||||
public interface ISceneEntity
|
||||
{
|
||||
string Name { get; set; }
|
||||
UUID UUID { get; }
|
||||
uint LocalId { get; }
|
||||
Vector3 AbsolutePosition { get; }
|
||||
|
||||
Reference in New Issue
Block a user