OpenSim
|
This behavior is for the systematic study of some performance improvements made for OSCC'13. Do nothing, but send AgentUpdate packets all the time that have only slightly different state. The delta of difference will be filtered by OpenSim early on in the packet processing pipeline. These filters did not exist before OSCC'13. More...
Public Member Functions | |
TwitchyBehaviour () | |
override void | Action () |
Action to take when this behaviour is invoked. More... | |
Public Member Functions inherited from pCampBot.AbstractBehaviour | |
virtual void | Interrupt () |
Interrupt the behaviour. More... | |
virtual void | Initialize (Bot bot) |
Initialize the behaviour for this bot. More... | |
virtual void | Close () |
Close down this behaviour. More... | |
Additional Inherited Members | |
Protected Attributes inherited from pCampBot.AbstractBehaviour | |
AutoResetEvent | m_interruptEvent = new AutoResetEvent(false) |
Properties inherited from pCampBot.AbstractBehaviour | |
string | AbbreviatedName [get, set] |
Abbreviated name of this behaviour. More... | |
string | Name [get, set] |
Bot | Bot [get, set] |
Properties inherited from pCampBot.Interfaces.IBehaviour | |
string | AbbreviatedName [get] |
Abbreviated name of this behaviour. More... | |
string | Name [get] |
Name of this behaviour. More... | |
This behavior is for the systematic study of some performance improvements made for OSCC'13. Do nothing, but send AgentUpdate packets all the time that have only slightly different state. The delta of difference will be filtered by OpenSim early on in the packet processing pipeline. These filters did not exist before OSCC'13.
Definition at line 45 of file TwitchyBehaviour.cs.
|
inline |
Definition at line 49 of file TwitchyBehaviour.cs.
|
inlinevirtual |
Action to take when this behaviour is invoked.
bot |
Implements pCampBot.AbstractBehaviour.
Definition at line 58 of file TwitchyBehaviour.cs.