Readonly_Readonly_ReadonlycameraCamera to which the state snapshot is linked.
true if camera has changed state since last time refresh was called, otherwise false
timestamp in miliseconds of when the last refresh that returned true was done.
timestamp in miliseconds of when the last refresh was done.
Protected_Checks if the camera has changed since the last time _copyCameraStateToSelf(this.camera) was called. If checkOnlyDimensions is true, only the camera dimensions are checked for differences. If checkOnlyDimensions is false, camera dimensions, scale, rotation and translation is checked.
Specifies whether to only check camera dimensions (width, height, stuff like that) or to check camera dimensions in addition to everything else
A boolean which is true if the current camera state is different from when _copyCameraStateToSelf(this.camera) was last called
Is the snapshot of a camera state. The snapshot can be used to check if the camera state (rotation, position etc.) has changed since the snapshot was created checkIsChanged. The snapshot can also be updated refresh so it matches the Camera from which it was created.