Package | Description |
---|---|
com.b3dgs.lionengine.game.platform |
Modifier and Type | Method and Description |
---|---|
CollisionRefential |
CollisionFunction.getAxis()
Get the axis.
|
CollisionRefential |
CollisionFunction.getInput()
Get the input.
|
static CollisionRefential |
CollisionRefential.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CollisionRefential[] |
CollisionRefential.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
CollisionFunction.setAxis(CollisionRefential axis)
Set the input type used.
|
void |
CollisionFunction.setInput(CollisionRefential input)
Set the input type used.
|
Copyright © 2014 Byron 3D Games Studio. All rights reserved.