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

Method AsFloat2

Source/Engine/Visject/ShaderGraphValue.h:376–379  ·  view source on GitHub ↗

Casts the value to the Float2 type. Float2

Source from the content-addressed store, hash-verified

374 /// </summary>
375 /// <returns>Float2</returns>
376 ShaderGraphValue AsFloat2() const
377 {
378 return Cast(*this, VariantType::Types::Float2);
379 }
380
381 /// <summary>
382 /// Casts the value to the Float3 type.

Callers 15

DrawEmitterCPUFunction · 0.80
ProcessGroupParticlesMethod · 0.80
ProcessModuleMethod · 0.80
PrepareGraphMethod · 0.80
BindMethod · 0.80
ProcessGroupMathMethod · 0.80
ProcessGroupPackingMethod · 0.80
ProcessGroupMathMethod · 0.80
ProcessGroupPackingMethod · 0.80
ShaderGraphValueMethod · 0.80

Calls 1

CastFunction · 0.50

Tested by

no test coverage detected