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

Method AsInt

Source/Engine/Visject/ShaderGraphValue.h:349–352  ·  view source on GitHub ↗

Casts the value to the integer type. Integer

Source from the content-addressed store, hash-verified

347 /// </summary>
348 /// <returns>Integer</returns>
349 ShaderGraphValue AsInt() const
350 {
351 return Cast(*this, VariantType::Types::Int);
352 }
353
354 /// <summary>
355 /// Casts the value to the unsigned integer type.

Callers 2

ProcessModuleMethod · 0.80
ProcessGroupBitwiseMethod · 0.80

Calls 1

CastFunction · 0.50

Tested by

no test coverage detected