CSGPolygon3D

Inherits: CSGPrimitive3D < CSGShape3D < GeometryInstance3D < VisualInstance3D < Node3D < Node < Object

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

Properties

float

depth

1.0

Material

material

Mode

mode

0

bool

path_continuous_u

float

path_interval

PathIntervalType

path_interval_type

bool

path_joined

bool

path_local

NodePath

path_node

PathRotation

path_rotation

float

path_simplify_angle

float

path_u_distance

PackedVector2Array

polygon

PackedVector2Array(0, 0, 0, 1, 1, 1, 1, 0)

bool

smooth_faces

false

float

spin_degrees

int

spin_sides


Enumerations

enum Mode:

Mode MODE_DEPTH = 0

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

Mode MODE_SPIN = 1

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

Mode MODE_PATH = 2

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


enum PathRotation:

PathRotation PATH_ROTATION_POLYGON = 0

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

PathRotation PATH_ROTATION_PATH = 1

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

PathRotation PATH_ROTATION_PATH_FOLLOW = 2

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


enum PathIntervalType:

PathIntervalType PATH_INTERVAL_DISTANCE = 0

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

PathIntervalType PATH_INTERVAL_SUBDIVIDE = 1

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


Property Descriptions

float depth = 1.0

  • void set_depth ( float value )

  • float get_depth ( )

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


Material material

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


Mode mode = 0

  • void set_mode ( Mode value )

  • Mode get_mode ( )

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


bool path_continuous_u

  • void set_path_continuous_u ( bool value )

  • bool is_path_continuous_u ( )

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


float path_interval

  • void set_path_interval ( float value )

  • float get_path_interval ( )

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


PathIntervalType path_interval_type

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


bool path_joined

  • void set_path_joined ( bool value )

  • bool is_path_joined ( )

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


bool path_local

  • void set_path_local ( bool value )

  • bool is_path_local ( )

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


NodePath path_node

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


PathRotation path_rotation

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


float path_simplify_angle

  • void set_path_simplify_angle ( float value )

  • float get_path_simplify_angle ( )

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


float path_u_distance

  • void set_path_u_distance ( float value )

  • float get_path_u_distance ( )

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


PackedVector2Array polygon = PackedVector2Array(0, 0, 0, 1, 1, 1, 1, 0)

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


bool smooth_faces = false

  • void set_smooth_faces ( bool value )

  • bool get_smooth_faces ( )

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


float spin_degrees

  • void set_spin_degrees ( float value )

  • float get_spin_degrees ( )

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


int spin_sides

  • void set_spin_sides ( int value )

  • int get_spin_sides ( )

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