MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / AsFloat

Method AsFloat

Source/Engine/Visject/ShaderGraphValue.h:367–370  ·  view source on GitHub ↗

Casts the value to the float type. Float

Source from the content-addressed store, hash-verified

365 /// </summary>
366 /// <returns>Float</returns>
367 ShaderGraphValue AsFloat() const
368 {
369 return Cast(*this, VariantType::Types::Float);
370 }
371
372 /// <summary>
373 /// Casts the value to the Float2 type.

Callers 9

ProcessGroupToolsMethod · 0.80
ProcessGroupParticlesMethod · 0.80
ProcessModuleMethod · 0.80
ProcessGroupMathMethod · 0.80
ProcessGroupToolsMethod · 0.80
ProcessGroupMaterialMethod · 0.80
ProcessGroupTexturesMethod · 0.80
ProcessGroupToolsMethod · 0.80
ProcessGroupLayersMethod · 0.80

Calls 1

CastFunction · 0.50

Tested by

no test coverage detected