Instance Propertymigueldeicaza.swiftgodot 0.45.0SwiftGodot
cellSize
The grid’s cell size in 3D units.
RootMotionView.swift:44final var cellSize: Double { get set }
Other members in extension
Type members
Instance members
var animationPath: NodePath
Path to an
AnimationMixer
node to use as a basis for root motion.var color: Color
The grid’s color.
var radius: Double
The grid’s radius in 3D units. The grid’s opacity will fade gradually as the distance from the origin increases until this
radius
is reached.var zeroY: Bool
If
true
, the grid’s points will all be on the same Y coordinate (local Y = 0). Iffalse
, the points’ original Y coordinate is preserved.