public class Transition extends Object
Constructor and Description |
---|
Transition(TransitionType type,
String groupIn,
String groupOut)
Create the transition.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getIn()
Get the group inside.
|
String |
getOut()
Get the group outside.
|
TransitionType |
getType()
Get the transition type.
|
int |
hashCode() |
String |
toString() |
public Transition(TransitionType type, String groupIn, String groupOut)
type
- The transition type.groupIn
- The group inside.groupOut
- The group outside.LionEngineException
- If null
arguments.public TransitionType getType()
public String getIn()
public String getOut()
Copyright © 2016 Byron 3D Games Studio. All rights reserved.