◆ s_PerlinNoiseFunc
Initial value:= {
{xiiMakeHashedString("PerlinNoise"), xiiMakeArrayPtr(s_PerlinNoiseInputTypes), 3, RegisterType::Float},
&PerlinNoise,
}
◆ s_RandomFunc
Initial value:= {
{xiiMakeHashedString("Random"), xiiMakeArrayPtr(s_RandomInputTypes), 1, RegisterType::Float},
&Random,
}
The documentation for this struct was generated from the following files:
- /home/runner/work/XII/XII/Source/Engine/Foundation/CodeUtils/Expression/ExpressionDeclarations.h
- /home/runner/work/XII/XII/Source/Engine/Foundation/CodeUtils/Expression/Implementation/ExpressionDeclarations.cpp