public interface Trait
ObjectGame
Modifier and Type | Method and Description |
---|---|
<O extends ObjectGame> |
getOwner()
Get the trait owner reference.
|
void |
prepare(ObjectGame owner,
Services services)
Prepare the trait.
|
void prepare(ObjectGame owner, Services services)
owner
- The owner reference.services
- The services reference.<O extends ObjectGame> O getOwner()
O
- The owner type.LionEngineException
- If cast error.Copyright © 2016 Byron 3D Games Studio. All rights reserved.