| Godot Nature of Code
    1.2.0
    Nature of Code implemented in Godot Engine | 
Simple physics box. More...
Inherits RigidBody2D.
Inherited by Examples.Chapter5.C5Exercise7.CarBase.
| Public Member Functions | |
| SimpleBox () | |
| Create a simple box.  More... | |
| Public Attributes | |
| float | OutlineWidth = 2 | 
| Outline width  More... | |
| Color | OutlineColor = Colors.LightBlue | 
| Outline color  More... | |
| Color | BaseColor = Colors.White | 
| Base color  More... | |
| Properties | |
| Vector2 | BodySize  [get, set] | 
| Mesh size  More... | |
Simple physics box.
Definition at line 8 of file SimpleBox.cs.
| 
 | inline | 
Create a simple box.
Definition at line 35 of file SimpleBox.cs.
| Color Physics.SimpleBox.BaseColor = Colors.White | 
Base color
Definition at line 17 of file SimpleBox.cs.
| Color Physics.SimpleBox.OutlineColor = Colors.LightBlue | 
Outline color
Definition at line 14 of file SimpleBox.cs.
| float Physics.SimpleBox.OutlineWidth = 2 | 
Outline width
Definition at line 11 of file SimpleBox.cs.
| 
 | getset | 
Mesh size
Definition at line 20 of file SimpleBox.cs.