OpenMetaverse.ObjectManager.RequestObjectPropertiesFamily C# (CSharp) Method

RequestObjectPropertiesFamily() public method

Request additional properties for an object
public RequestObjectPropertiesFamily ( Simulator simulator, UUID objectID ) : void
simulator Simulator A reference to the object where the object resides
objectID UUID
return void
        public void RequestObjectPropertiesFamily(Simulator simulator, UUID objectID)
        {
            RequestObjectPropertiesFamily(simulator, objectID, true);
        }

Same methods

ObjectManager::RequestObjectPropertiesFamily ( Simulator simulator, UUID objectID, bool reliable ) : void