Godot Nature of Code  1.2.0
Nature of Code implemented in Godot Engine
Classes
Drawing Namespace Reference

Draw primitives. More...

Classes

class  DrawCanvas
 Canvas used to draw shapes without viewport auto-clear. More...
 
class  SimpleCircleSprite
 Use this to draw a circle. Instead of DrawCircle, it can be batched. More...
 
class  SimpleLineSprite
 Use this to draw a line between two points. Instead of DrawLine and Line2D, it can be batched. More...
 
class  SimpleMesh
 Simple "mesh" drawing. Can be a circle, square, custom drawing or custom texture. More...
 
class  SimpleNoiseTexture
 Simple noise texture. More...
 
class  SimpleTrail
 Simple trail drawing. More...
 
class  SimpleWalker
 Simple random walker. More...
 

Detailed Description

Draw primitives.