Uses of Interface
rekit.core.CameraTarget
Packages that use CameraTarget
Package
Description
-
Uses of CameraTarget in rekit.logic
Methods in rekit.logic with parameters of type CameraTargetModifier and TypeMethodDescriptionvoid
IScene.setCameraTarget
(CameraTarget cameraTarget) Set the camera target. -
Uses of CameraTarget in rekit.logic.gameelements
Classes in rekit.logic.gameelements that implement CameraTargetModifier and TypeClassDescriptionfinal class
This class can be used for set the camera fixed (e.g.final class
This class can be used for set the range camera target (e.g.Constructors in rekit.logic.gameelements with parameters of type CameraTargetModifierConstructorDescriptionRangeCameraTarget
(float min, float max, CameraTarget hint) Create by range and hint target. -
Uses of CameraTarget in rekit.logic.gameelements.entities
Classes in rekit.logic.gameelements.entities that implement CameraTarget -
Uses of CameraTarget in rekit.logic.scene
Classes in rekit.logic.scene that implement CameraTargetModifier and TypeClassDescriptionclass
Scene that holds a playable Level created by a LevelCreator.Methods in rekit.logic.scene with parameters of type CameraTarget