C# Класс Universe.Framework.SceneInfo.Entities.EntityBase

Наследование: RegistryCore, IEntity
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
m_hasGroupChanged bool
m_isDeleted bool
m_localId uint
m_name string
m_pos Vector3
m_rot Quaternion
m_scene IScene
m_uuid UUID

Открытые методы

Метод Описание
EntityBase ( ) : OpenMetaverse

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

Описание методов

EntityBase() публичный Метод

Creates a new Entity (should not occur on it's own)
public EntityBase ( ) : OpenMetaverse
Результат OpenMetaverse

Описание свойств

m_hasGroupChanged защищенное свойство

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
Результат bool

m_isDeleted защищенное свойство

protected bool m_isDeleted
Результат bool

m_localId защищенное свойство

protected uint m_localId
Результат uint

m_name защищенное свойство

protected string m_name
Результат string

m_pos защищенное свойство

protected Vector3 m_pos
Результат Vector3

m_rot защищенное свойство

protected Quaternion m_rot
Результат Quaternion

m_scene защищенное свойство

protected IScene m_scene
Результат IScene

m_uuid защищенное свойство

protected UUID m_uuid
Результат UUID