Godot Nature of Code  1.2.0
Nature of Code implemented in Godot Engine
Public Attributes | List of all members
Agents.SimplePath Class Reference

Simple path for SimpleVehicle to follow. More...

Inherits Node2D.

Public Attributes

List< Vector2 > Points
 Points More...
 
float Radius = 20
 Path radius More...
 
bool Looping
 Looping More...
 

Detailed Description

Simple path for SimpleVehicle to follow.

Definition at line 9 of file SimplePath.cs.

Member Data Documentation

◆ Looping

bool Agents.SimplePath.Looping

Looping

Definition at line 18 of file SimplePath.cs.

◆ Points

List<Vector2> Agents.SimplePath.Points

Points

Definition at line 12 of file SimplePath.cs.

◆ Radius

float Agents.SimplePath.Radius = 20

Path radius

Definition at line 15 of file SimplePath.cs.


The documentation for this class was generated from the following file: