public class CameraTracker extends FeaturableModel
Constructor and Description |
---|
CameraTracker(Services services)
Create tracker.
|
Modifier and Type | Method and Description |
---|---|
void |
track(Featurable featurable)
Track the specified featurable.
|
void |
track(Localizable localizable)
Track the specified localizable.
|
addFeature, addFeatureAndGet, checkListener, clearCache, getFeature, getFeatures, getFeaturesType, getMedia, hasFeature
public CameraTracker(Services services)
services
- The services reference.public void track(Localizable localizable)
localizable
- The localizable to track.public void track(Featurable featurable)
The Featurable
must have:
featurable
- The featurable to follow, null
to stop follow.LionEngineException
- If missing feature.Copyright © 2017 Byron 3D Games Studio. All rights reserved.