OpenSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | List of all members
pCampBot.PhysicsBehaviour2 Class Reference

This behavior is for the systematic study of some performance improvements made for OSCC'13. Walk around, sending AgentUpdate packets all the time. More...

Inheritance diagram for pCampBot.PhysicsBehaviour2:
Inheritance graph
[legend]
Collaboration diagram for pCampBot.PhysicsBehaviour2:
Collaboration graph
[legend]

Public Member Functions

 PhysicsBehaviour2 ()
 
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...
 

Detailed Description

This behavior is for the systematic study of some performance improvements made for OSCC'13. Walk around, sending AgentUpdate packets all the time.

Definition at line 44 of file PhysicsBehaviour2.cs.

Constructor & Destructor Documentation

pCampBot.PhysicsBehaviour2.PhysicsBehaviour2 ( )
inline

Definition at line 48 of file PhysicsBehaviour2.cs.

Member Function Documentation

override void pCampBot.PhysicsBehaviour2.Action ( )
inlinevirtual

Action to take when this behaviour is invoked.

Parameters
bot

Implements pCampBot.AbstractBehaviour.

Definition at line 57 of file PhysicsBehaviour2.cs.


The documentation for this class was generated from the following file: