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

Method AsFloat3

Source/Engine/Visject/ShaderGraphValue.h:385–388  ·  view source on GitHub ↗

Casts the value to the Float3 type. Float3

Source from the content-addressed store, hash-verified

383 /// </summary>
384 /// <returns>Float3</returns>
385 ShaderGraphValue AsFloat3() const
386 {
387 return Cast(*this, VariantType::Types::Float3);
388 }
389
390 /// <summary>
391 /// Casts the value to the Float4 type.

Callers 15

ProcessGroupParticlesMethod · 0.80
ProcessGroupToolsMethod · 0.80
ProcessGroupParticlesMethod · 0.80
ProcessModuleMethod · 0.80
PrepareGraphMethod · 0.80
BindMethod · 0.80
ProcessGroupMathMethod · 0.80
ProcessGroupPackingMethod · 0.80
ProcessGroupToolsMethod · 0.80
ProcessGroupMathMethod · 0.80
ProcessGroupPackingMethod · 0.80

Calls 1

CastFunction · 0.50

Tested by

no test coverage detected