C# 클래스 Universe.Framework.SceneInfo.Entities.EntityBase

상속: RegistryCore, IEntity
파일 보기 프로젝트 열기: Virtual-Universe/Virtual-Universe

보호된 프로퍼티들

프로퍼티 타입 설명
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