VisualShaderNodeIntParameter

Inherits: VisualShaderNodeParameter < VisualShaderNode < Resource < RefCounted < Object

There is currently no description for this class. Please help us by contributing one!

Properties

int

default_value

0

bool

default_value_enabled

false

Hint

hint

0

int

max

100

int

min

0

int

step

1


Enumerations

enum Hint:

Hint HINT_NONE = 0

There is currently no description for this enum. Please help us by contributing one!

Hint HINT_RANGE = 1

There is currently no description for this enum. Please help us by contributing one!

Hint HINT_RANGE_STEP = 2

There is currently no description for this enum. Please help us by contributing one!

Hint HINT_MAX = 3

There is currently no description for this enum. Please help us by contributing one!


Property Descriptions

int default_value = 0

  • void set_default_value ( int value )

  • int get_default_value ( )

There is currently no description for this property. Please help us by contributing one!


bool default_value_enabled = false

  • void set_default_value_enabled ( bool value )

  • bool is_default_value_enabled ( )

There is currently no description for this property. Please help us by contributing one!


Hint hint = 0

  • void set_hint ( Hint value )

  • Hint get_hint ( )

There is currently no description for this property. Please help us by contributing one!


int max = 100

  • void set_max ( int value )

  • int get_max ( )

There is currently no description for this property. Please help us by contributing one!


int min = 0

  • void set_min ( int value )

  • int get_min ( )

There is currently no description for this property. Please help us by contributing one!


int step = 1

  • void set_step ( int value )

  • int get_step ( )

There is currently no description for this property. Please help us by contributing one!