Enumeration Casemigueldeicaza.swiftgodot 0.45.0SwiftGodot
max
Represents the size of the SourceGeometryMode
enum.
case max
Represents the size of the SourceGeometryMode
enum.
case max
s10SwiftGodot14NavigationMeshC18SourceGeometryModeO3maxyA2EmF
What are these?
FNV24: [35J3C]
case rootNodeChildren
Scans the child nodes of the root node recursively for geometry.
case groupsWithChildren
Scans nodes in a group and their child nodes recursively for geometry. The group is specified by geometrySourceGroupName
.
case groupsExplicit
Uses nodes in a group for geometry. The group is specified by geometrySourceGroupName
.
import SwiftGodot
Framework to write Godot Game Extensions using the Swift Programming Language.
enum SourceGeometryMode
class NavigationMesh
A navigation mesh that defines traversable areas and obstacles.
case rootNodeChildren
Scans the child nodes of the root node recursively for geometry.
case groupsWithChildren
Scans nodes in a group and their child nodes recursively for geometry. The group is specified by geometrySourceGroupName
.
case groupsExplicit
Uses nodes in a group for geometry. The group is specified by geometrySourceGroupName
.