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

Inheritance: RegistryCore, IEntity
Afficher le fichier Open project: Virtual-Universe/Virtual-Universe

Protected Properties

Свойство 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

Méthodes publiques

Méthode Description
EntityBase ( ) : OpenMetaverse

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

Method Details

EntityBase() public méthode

Creates a new Entity (should not occur on it's own)
public EntityBase ( ) : OpenMetaverse
Résultat 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
Résultat bool

m_isDeleted protected_oe property

protected bool m_isDeleted
Résultat bool

m_localId protected_oe property

protected uint m_localId
Résultat uint

m_name protected_oe property

protected string m_name
Résultat string

m_pos protected_oe property

protected Vector3 m_pos
Résultat Vector3

m_rot protected_oe property

protected Quaternion m_rot
Résultat Quaternion

m_scene protected_oe property

protected IScene m_scene
Résultat IScene

m_uuid protected_oe property

protected UUID m_uuid
Résultat UUID