XII Release 0.1.0
Loading...
Searching...
No Matches
xiiDefaultExpressionFunctions Struct Reference

Static Public Attributes

static xiiExpressionFunction s_RandomFunc
 
static xiiExpressionFunction s_PerlinNoiseFunc
 

Member Data Documentation

◆ s_PerlinNoiseFunc

xiiExpressionFunction xiiDefaultExpressionFunctions::s_PerlinNoiseFunc
static
Initial value:
= {
{xiiMakeHashedString("PerlinNoise"), xiiMakeArrayPtr(s_PerlinNoiseInputTypes), 3, RegisterType::Float},
&PerlinNoise,
}

◆ s_RandomFunc

xiiExpressionFunction xiiDefaultExpressionFunctions::s_RandomFunc
static
Initial value:
= {
{xiiMakeHashedString("Random"), xiiMakeArrayPtr(s_RandomInputTypes), 1, RegisterType::Float},
&Random,
}

The documentation for this struct was generated from the following files: