Property | Type | Description | |
---|---|---|---|
m_child_2_parent_entities | DoubleKeyDictionary |
||
m_child_2_parent_entitiesLock | object | ||
m_objectEntities | DoubleKeyDictionary |
||
m_objectEntitiesLock | object | ||
m_presenceEntities | IScenePresence>.Dictionary | ||
m_presenceEntitiesList | List |
||
m_presenceEntitiesLock | object |
Method | Description | |
---|---|---|
Add ( IEntity entity ) : bool | ||
Clear ( ) : void | ||
GetEntities ( ) : ISceneEntity[] | ||
GetEntities ( System.Vector3 pos, float radius ) : ISceneEntity[] | ||
GetPresenceCount ( ) : int | ||
GetPresences ( System.Vector3 pos, float radius ) : IScenePresence[] | ||
GetPresences ( ) : List |
||
Remove ( IEntity entity ) : bool | ||
TryGetChildPrim ( uint childkey, ISceneChildEntity &child ) : bool | ||
TryGetChildPrimParent ( UUID childkey, IEntity &obj ) : bool |
Retrieves the SceneObjectGroup of this child
|
|
TryGetChildPrimParent ( uint childkey, IEntity &obj ) : bool |
Retrieves the SceneObjectGroup of this child
|
|
TryGetPresenceValue ( UUID key, IScenePresence &presence ) : bool | ||
TryGetValue ( UUID key, IEntity &obj ) : bool | ||
TryGetValue ( uint key, IEntity &obj ) : bool |
Method | Description | |
---|---|---|
InternalTryGetValue ( UUID key, bool checkRecursive, IEntity &obj ) : bool | ||
InternalTryGetValue ( uint key, bool checkRecursive, IEntity &obj ) : bool | ||
TryGetChildPrim ( UUID objectID, ISceneChildEntity &childPrim ) : bool |
public GetEntities ( System.Vector3 pos, float radius ) : ISceneEntity[] | ||
pos | System.Vector3 | |
radius | float | |
return | ISceneEntity[] |
public GetPresences ( System.Vector3 pos, float radius ) : IScenePresence[] | ||
pos | System.Vector3 | |
radius | float | |
return | IScenePresence[] |
protected InternalTryGetValue ( UUID key, bool checkRecursive, IEntity &obj ) : bool | ||
key | UUID | |
checkRecursive | bool | |
obj | IEntity | |
return | bool |
protected InternalTryGetValue ( uint key, bool checkRecursive, IEntity &obj ) : bool | ||
key | uint | |
checkRecursive | bool | |
obj | IEntity | |
return | bool |
protected TryGetChildPrim ( UUID objectID, ISceneChildEntity &childPrim ) : bool | ||
objectID | UUID | |
childPrim | ISceneChildEntity | |
return | bool |
public TryGetChildPrim ( uint childkey, ISceneChildEntity &child ) : bool | ||
childkey | uint | |
child | ISceneChildEntity | |
return | bool |
public TryGetChildPrimParent ( UUID childkey, IEntity &obj ) : bool | ||
childkey | UUID | |
obj | IEntity | |
return | bool |
public TryGetChildPrimParent ( uint childkey, IEntity &obj ) : bool | ||
childkey | uint | |
obj | IEntity | |
return | bool |
public TryGetPresenceValue ( UUID key, IScenePresence &presence ) : bool | ||
key | UUID | |
presence | IScenePresence | |
return | bool |
public TryGetValue ( UUID key, IEntity &obj ) : bool | ||
key | UUID | |
obj | IEntity | |
return | bool |
public TryGetValue ( uint key, IEntity &obj ) : bool | ||
key | uint | |
obj | IEntity | |
return | bool |
protected DoubleKeyDictionary |
||
return | DoubleKeyDictionary |
protected object m_child_2_parent_entitiesLock | ||
return | object |
protected DoubleKeyDictionary |
||
return | DoubleKeyDictionary |
protected Dictionary |
||
return | IScenePresence>.Dictionary |