Up to date

This page is up to date for Blazium 0.4.90 (4.3). If you still find outdated information, please open an issue.

VisualShaderNodeIs๏ƒ

Inherits: VisualShaderNode < Resource < RefCounted < Object

A boolean comparison operator to be used within the visual shader graph.

Description๏ƒ

Returns the boolean result of the comparison between INF or NaN and a scalar parameter.

Properties๏ƒ

Function

function

0


Enumerations๏ƒ

enum Function: ๐Ÿ”—

Function FUNC_IS_INF = 0

Comparison with INF (Infinity).

Function FUNC_IS_NAN = 1

Comparison with NaN (Not a Number; indicates invalid numeric results, such as division by zero).

Function FUNC_MAX = 2

Represents the size of the Function enum.


Property Descriptions๏ƒ

Function function = 0 ๐Ÿ”—

The comparison function. See Function for options.