OpenMetaverse Protocol Library Developers API Documentation
SphereEffect Method (globalOffset, color, duration, effectID)
NamespacesOpenMetaverseAgentManagerSphereEffect(Vector3d, Color4, Single, UUID)
Create a particle swirl around a target position using a packet
Declaration Syntax
C#
public 
void 
SphereEffect(
        
Vector3d 
globalOffset,
        
Color4 
color,
        
float 
duration,
        
UUID 
effectID
)
Parameters
globalOffset ( Vector3d)
global offset
color ( Color4)
A Color4object containing the combined red, green, blue and alpha color values of particle beam
duration ( Single)
a float representing the duration the parcicle beam will last
effectID ( UUID)
A Unique ID for the beam
See Also
ViewerEffectPacket

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