OpenMetaverse Protocol Library Developers API Documentation
SetFlags Method (simulator, localID, physical, temporary, phantom, castsShadow)
NamespacesOpenMetaverseObjectManagerSetFlags(Simulator, UInt32, Boolean, Boolean, Boolean, Boolean)
Update the properties of an object
Declaration Syntax
C#
public 
void 
SetFlags(
        
Simulator 
simulator,
        
uint 
localID,
        
bool 
physical,
        
bool 
temporary,
        
bool 
phantom,
        
bool 
castsShadow
)
Parameters
simulator ( Simulator)
The Simulatorthe object is located
localID ( UInt32)
The Local ID of the object
physical ( Boolean)
true to turn the objects physical property on
temporary ( Boolean)
true to turn the objects temporary property on
phantom ( Boolean)
true to turn the objects phantom property on
castsShadow ( Boolean)
true to turn the objects cast shadows property on

Assembly: OpenMetaverse(Module: OpenMetaverse.dll) Version: 0.9.3.3318 (0.9.3.3318)