OpenMetaverse Protocol Library Developers API Documentation
UpdateFromHeading Method (heading, reliable)
NamespacesOpenMetaverse AgentManager . . :: . . AgentMovementUpdateFromHeading(Double, Boolean)
Send an AgentUpdate with the camera set at the current agent position and pointing towards the heading specified
Declaration Syntax
C#
public 
void 
UpdateFromHeading(
        
double 
heading,
        
bool 
reliable
)
Parameters
heading ( Double)
Camera rotation in radians
reliable ( Boolean)
Whether to send the AgentUpdate reliable or not

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