Godot Nature of Code
1.2.0
Nature of Code implemented in Godot Engine
|
Simple static wall. More...
Inherits StaticBody2D.
Public Member Functions | |
SimpleWall () | |
Create a default static wall with 10x10px extents. More... | |
Public Attributes | |
Color | BaseColor = Colors.Olive |
Wall color More... | |
Properties | |
Vector2 | BodySize [get, set] |
Wall size More... | |
Simple static wall.
Definition at line 8 of file SimpleWall.cs.
|
inline |
Create a default static wall with 10x10px extents.
Definition at line 26 of file SimpleWall.cs.
Color Physics.SimpleWall.BaseColor = Colors.Olive |
Wall color
Definition at line 11 of file SimpleWall.cs.
|
getset |
Wall size
Definition at line 14 of file SimpleWall.cs.