Bitflag field for ObjectUpdateCompressed data
blocks, describing which options are present for each object
Declaration Syntax
C# |
[ FlagsAttribute] public enum CompressedFlags
Members
Member | Description |
---|---|
None |
|
ScratchPad | Unknown
|
Tree | Whether the object has a TreeSpecies
|
HasText | Whether the object has floating text ala llSetText
|
HasParticles | Whether the object has an active particle system
|
HasSound | Whether the object has sound attached to it
|
HasParent | Whether the object is attached to a root object or not
|
TextureAnimation | Whether the object has texture animation settings
|
HasAngularVelocity | Whether the object has an angular velocity
|
HasNameValues | Whether the object has a name value pairs string
|
MediaURL | Whether the object has a Media URL set
|
Assembly: OpenMetaverse(Module: OpenMetaverse.dll) Version: 0.9.3.3318 (0.9.3.3318)