VoxelBlockyAttributeDirection

Inherits: VoxelBlockyAttribute

Warning

This class is marked as experimental. It is subject to likely change or possible removal in future versions. Use at your own discretion.

Properties:

Type Name Default
bool horizontal_only false

Methods:

Return Signature
int from_vec3 ( Vector3 v ) const

Enumerations:

enum Direction:

  • DIR_NEGATIVE_X = 0
  • DIR_POSITIVE_X = 1
  • DIR_NEGATIVE_Y = 2
  • DIR_POSITIVE_Y = 3
  • DIR_NEGATIVE_Z = 4
  • DIR_POSITIVE_Z = 5
  • DIR_COUNT = 6

Property Descriptions

bool horizontal_only = false

(This property has no documentation)

Method Descriptions

int from_vec3( Vector3 v )

(This method has no documentation)

Generated on Apr 06, 2024