Casts the value to the Float3 type. Float3
| 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. |
no test coverage detected