Godot Nature of Code
1.2.0
Nature of Code implemented in Godot Engine
|
Simple collision zone. More...
Public Attributes | |
Vector2 | Size = new Vector2(100, 100) |
Zone size More... | |
Protected Member Functions | |
void | DrawZone (Color color) |
Draw zone. More... | |
Protected Attributes | |
Font | defaultFont |
Default font More... | |
Simple collision zone.
Definition at line 9 of file SimpleZone.cs.
|
inlineprotected |
|
protected |
Default font
Definition at line 15 of file SimpleZone.cs.
Vector2 Forces.SimpleZone.Size = new Vector2(100, 100) |
Zone size
Definition at line 12 of file SimpleZone.cs.