SetCallback_Example Fields |
The SetCallback_Example type exposes the following members.
Name | Description | |
---|---|---|
_shouldRun | Boolean value for determining if a new set of cubes should be spawned. | |
_shouldSpawn | Boolean value for determining if a new set of cubes should be spawned. | |
m_CurrentAdditiveMovementAmount | Value for the addtive movement amount for this current iteration. | |
m_CurrentCount | Value for number of the iterations have done. | |
m_CurrentDeletionPositions | Set for storing a cube's last existing position when it is deleted. | |
m_CurrentRunningLengthInSecond | Value for the running length in second for this current iteration. | |
m_MaxAdditiveMovementAmount | Pre-derfined max value for movement. | |
m_MaxRunningLengthInSecond | Pre-derfined max value for a cube to be deleted after this amount of moving time. | |
m_MinAdditiveMovementAmount | Pre-derfined min value for movement. | |
m_MinRunningLengthInSecond | Pre-derfined min value for a cube to be deleted after this amount of moving time. | |
m_MyCubesAndTimerDictionary | Dictinary for storing cubes and its moving time | |
m_NumOfCubes | Pre-defined value for how many cubes to create. | |
m_RepeatTimes | Pre-defined value for number of iterations for the process (create-move-delete). |