프로퍼티 | 타입 | 설명 | |
---|---|---|---|
m_AuraEntities | AuraMetaEntity>.Dictionary | ||
m_BeamEntities | BeamMetaEntity>.Dictionary | ||
m_UnchangedEntity |
메소드 | 설명 | |
---|---|---|
ContentManagementEntity ( |
||
ContentManagementEntity ( string objectXML, |
||
FindDifferences ( ) : void |
Search for a corresponding group UUID in the scene. If not found, then the revisioned group this CMEntity represents has been deleted. Mark the metaentity appropriately. If a matching UUID is found in a scene object group, compare the two for differences. If differences exist, Mark the metaentity appropriately.
|
|
HasChildPrim ( UUID uuid ) : bool |
Check if the revisioned scene object group that this CMEntity is based off of contains a child with the given UUID.
|
|
HasChildPrim ( uint localID ) : bool |
Check if the revisioned scene object group that this CMEntity is based off of contains a child with the given LocalId.
|
|
Hide ( IClientAPI client ) : void | ||
HideFromAll ( ) : void | ||
MarkWithDifferences ( |
Returns true if there was a change between meta entity and the entity group, false otherwise. If true is returned, it is assumed the metaentity's appearance has changed to reflect the difference (though clients haven't been updated).
|
|
SendFullAuraUpdate ( IClientAPI client ) : void | ||
SendFullAuraUpdateToAll ( ) : void | ||
SendFullBeamUpdate ( IClientAPI client ) : void | ||
SendFullBeamUpdateToAll ( ) : void | ||
SendFullDiffUpdate ( IClientAPI client ) : void | ||
SendFullDiffUpdateToAll ( ) : void |
메소드 | 설명 | |
---|---|---|
ContainsKey ( List |
Check if an entitybase list (like that returned by scene.GetEntities()) contains a group with the rootpart uuid that matches the current uuid.
|
|
GetGroupByUUID ( System |
public ContentManagementEntity ( |
||
Unchanged | ||
physics | bool | |
리턴 | System |
public ContentManagementEntity ( string objectXML, |
||
objectXML | string | |
scene | ||
physics | bool | |
리턴 | System |
public MarkWithDifferences ( |
||
sceneEntityGroup | ||
리턴 | bool |
public SendFullAuraUpdate ( IClientAPI client ) : void | ||
client | IClientAPI | |
리턴 | void |
public SendFullBeamUpdate ( IClientAPI client ) : void | ||
client | IClientAPI | |
리턴 | void |
public SendFullDiffUpdate ( IClientAPI client ) : void | ||
client | IClientAPI | |
리턴 | void |