Godot Nature of Code
1.2.0
Nature of Code implemented in Godot Engine
|
Simple physics ball. More...
Inherits RigidBody2D.
Inherited by Examples.Chapter5.C5Exercise7.Wheel.
Public Member Functions | |
SimpleBall () | |
Create a default ball. More... | |
Properties | |
Color | BaseColor [get, set] |
Base color More... | |
float | Radius [get, set] |
Ball radius More... | |
Simple physics ball.
Definition at line 12 of file SimpleBall.cs.
|
inline |
Create a default ball.
Definition at line 42 of file SimpleBall.cs.
|
getset |
Base color
Definition at line 15 of file SimpleBall.cs.
|
getset |