C# Класс OpenMetaverse.ObjectPropertiesUpdatedEventArgs

Provides additional primitive data for the ObjectManager.ObjectPropertiesUpdated event

The ObjectManager.ObjectPropertiesUpdated event occurs when the simulator sends an ObjectPropertiesPacket containing additional details for a Primitive or Foliage data that is currently being tracked in the Simulator.ObjectsPrimitives dictionary

The ObjectManager.ObjectPropertiesUpdated event is also raised when a ObjectManager.SelectObject request is made and Settings.OBJECT_TRACKING is enabled

Наследование: ObjectPropertiesEventArgs
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ObjectPropertiesUpdatedEventArgs ( Simulator simulator, Primitive prim, Primitive props ) : System

Construct a new instance of the ObjectPropertiesUpdatedEvenrArgs class

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

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

Construct a new instance of the ObjectPropertiesUpdatedEvenrArgs class
public ObjectPropertiesUpdatedEventArgs ( Simulator simulator, Primitive prim, Primitive props ) : System
simulator Simulator The simulator the object is located
prim Primitive The Primitive
props Primitive The primitive Properties
Результат System