Skip to content

Struct Input::RandomState

ClassList > Input > RandomState

Global random value state for random algorithms.

  • #include <Input.h>

Public Attributes

Type Name
float random_float1 = { 0.0f }
float random_float2 = { 0.0f }
float random_float3 = { 0.0f }
float random_float4 = { 0.0f }

Public Attributes Documentation

variable random_float1

float Input::RandomState::random_float1;

variable random_float2

float Input::RandomState::random_float2;

variable random_float3

float Input::RandomState::random_float3;

variable random_float4

float Input::RandomState::random_float4;


The documentation for this class was generated from the following file src/editor/Input.h