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

Stress physics by moving and bouncing around bots a whole lot. More...

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

Public Member Functions

 PhysicsBehaviour ()
 
override void Action ()
 Action to take when this behaviour is invoked. More...
 
override void Close ()
 Close down this behaviour. 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...
 

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

Stress physics by moving and bouncing around bots a whole lot.

TODO: talkarray should be in a separate behaviour.

Definition at line 43 of file PhysicsBehaviour.cs.

Constructor & Destructor Documentation

pCampBot.PhysicsBehaviour.PhysicsBehaviour ( )
inline

Definition at line 47 of file PhysicsBehaviour.cs.

Member Function Documentation

override void pCampBot.PhysicsBehaviour.Action ( )
inlinevirtual

Action to take when this behaviour is invoked.

Parameters
bot

Implements pCampBot.AbstractBehaviour.

Definition at line 54 of file PhysicsBehaviour.cs.

override void pCampBot.PhysicsBehaviour.Close ( )
inlinevirtual

Close down this behaviour.

This is triggered if a behaviour is removed via explicit command and when a bot is disconnected

Reimplemented from pCampBot.AbstractBehaviour.

Definition at line 81 of file PhysicsBehaviour.cs.


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