Package | Description |
---|---|
synergynet3.behaviours | |
synergynet3.behaviours.networkflick |
Modifier and Type | Method and Description |
---|---|
static BehaviourUtilities.RelativePosition |
BehaviourUtilities.RelativePosition.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BehaviourUtilities.RelativePosition[] |
BehaviourUtilities.RelativePosition.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
NetworkFlickBehaviour.bounce(float vX,
float vY,
float tpf,
BehaviourUtilities.RelativePosition bouncePosition)
Causes item to bounce.
|
void |
NetworkFlickAnimationElement.bounce(float vX,
float vY,
float tpf,
BehaviourUtilities.RelativePosition bouncePosition)
Bounce.
|