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

Inheritance: RegistryCore, IEntity
Show file 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 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 property

protected bool m_isDeleted
return bool

m_localId protected property

protected uint m_localId
return uint

m_name protected property

protected string m_name
return string

m_pos protected property

protected Vector3 m_pos
return Vector3

m_rot protected property

protected Quaternion m_rot
return Quaternion

m_scene protected property

protected IScene m_scene
return IScene

m_uuid protected property

protected UUID m_uuid
return UUID