C# Class Universe.Framework.SceneInfo.Entities.EntityBase

Inheritance: RegistryCore, IEntity
Exibir arquivo Open project: Virtual-Universe/Virtual-Universe

Protected Properties

Property Type Description
m_hasGroupChanged bool
m_isDeleted bool
m_localId uint
m_name string
m_pos Vector3
m_rot Quaternion
m_scene IScene
m_uuid UUID

Public Methods

Method Description
EntityBase ( ) : OpenMetaverse

Creates a new Entity (should not occur on it's own)

Method Details

EntityBase() public method

Creates a new Entity (should not occur on it's own)
public EntityBase ( ) : OpenMetaverse
return OpenMetaverse

Property Details

m_hasGroupChanged protected_oe property

Signal whether the non-inventory attributes of any prims in the group have changed since the group's last persistent backup
protected bool m_hasGroupChanged
return bool

m_isDeleted protected_oe property

protected bool m_isDeleted
return bool

m_localId protected_oe property

protected uint m_localId
return uint

m_name protected_oe property

protected string m_name
return string

m_pos protected_oe property

protected Vector3 m_pos
return Vector3

m_rot protected_oe property

protected Quaternion m_rot
return Quaternion

m_scene protected_oe property

protected IScene m_scene
return IScene

m_uuid protected_oe property

protected UUID m_uuid
return UUID