| |
|
| java.lang.Object javax.media.j3d.WakeupCondition javax.media.j3d.WakeupCriterion javax.media.j3d.WakeupOnActivation
WakeupOnActivation | final public class WakeupOnActivation extends WakeupCriterion (Code) | | Class specifying a wakeup the first time an active Viewplatform's
activation
volume intersects with this object's scheduling region.
This gives the behavior an explicit means of executing code when
it is activated.
|
Constructor Summary | |
public | WakeupOnActivation() Constructs a new WakeupOnActivation criterion. |
COND_IN_BS_LIST | final static int COND_IN_BS_LIST(Code) | | |
TOTAL_INDEXED_UNORDER_SET_TYPES | final static int TOTAL_INDEXED_UNORDER_SET_TYPES(Code) | | |
WakeupOnActivation | public WakeupOnActivation()(Code) | | Constructs a new WakeupOnActivation criterion.
|
addBehaviorCondition | void addBehaviorCondition(BehaviorStructure bs)(Code) | | This is a callback from BehaviorStructure. It is
used to add wakeupCondition to behavior structure.
|
removeBehaviorCondition | void removeBehaviorCondition(BehaviorStructure bs)(Code) | | This is a callback from BehaviorStructure. It is
used to remove wakeupCondition from behavior structure.
|
resetBehaviorCondition | void resetBehaviorCondition(BehaviorStructure bs)(Code) | | Perform task in addBehaviorCondition() that has to be
set every time the condition met.
|
Fields inherited from javax.media.j3d.WakeupCriterion | boolean triggered(Code)(Java Doc)
|
|
|
|