C# 클래스 OpenMetaverse.ObjectPropertiesEventArgs

Provides additional primitive data for the ObjectManager.ObjectProperties event

The ObjectManager.ObjectProperties event occurs when the simulator sends an ObjectPropertiesPacket containing additional details for a Primitive, Foliage data or Attachment data

The ObjectManager.ObjectProperties event is also raised when a ObjectManager.SelectObject request is made.

상속: System.EventArgs
파일 보기 프로젝트 열기: openmetaversefoundation/libopenmetaverse 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
m_Properties Primitive.ObjectProperties
m_Simulator Simulator

공개 메소드들

메소드 설명
ObjectPropertiesEventArgs ( Simulator simulator, Primitive props ) : System

Construct a new instance of the ObjectPropertiesEventArgs class

메소드 상세

ObjectPropertiesEventArgs() 공개 메소드

Construct a new instance of the ObjectPropertiesEventArgs class
public ObjectPropertiesEventArgs ( Simulator simulator, Primitive props ) : System
simulator Simulator The simulator the object is located
props Primitive The primitive Properties
리턴 System

프로퍼티 상세

m_Properties 보호되어 있는 프로퍼티

protected Primitive.ObjectProperties m_Properties
리턴 Primitive.ObjectProperties

m_Simulator 보호되어 있는 프로퍼티

protected Simulator,OpenMetaverse m_Simulator
리턴 Simulator