Public Types | |
enum class | ParallaxControl { Manual = 0 , Time = 1 , ParallaxController = 2 } |
Public Member Functions | |
void | UpdateState (float deltaTime) |
void | RebuildTiles () |
Properties | |
ParallaxControl | parallaxControl [get, set] |
float | offset [get, set] |
ParallaxController | parallaxController [get, set] |
float | timeScale [get, set] |
bool | freeze [get, set] |
float | speed [get, set] |
float | tileLength [get, set] |
float | tileOffset [get, set] |
GameObject | tileObject [get, set] |
int | tilesCount [get, set] |
UpdateMode | updateMode [get, set] |
GizmoVisibility | gizmoVisibility [get, set] |
Additional Inherited Members | |
Static Public Member Functions inherited from DustEngine.DuMonoBehaviour | |
static void | print_war (object message) |
static void | print_err (object message) |
Static Protected Member Functions inherited from DustEngine.DuMonoBehaviour | |
static bool | UpdatePropertyValue (ref bool originValue, bool newValue) |
static bool | UpdatePropertyValue (ref int originValue, int newValue) |
static bool | UpdatePropertyValue (ref float originValue, float newValue) |
static bool | UpdatePropertyValue (ref Color originValue, Color newValue) |
static bool | UpdatePropertyValue (ref Vector3 originValue, Vector3 newValue) |
static bool | UpdatePropertyValue (ref Vector3Int originValue, Vector3Int newValue) |
static bool | UpdatePropertyValue (ref GameObject originValue, GameObject newValue) |