Godot Nature of Code  1.2.0
Nature of Code implemented in Godot Engine
Public Attributes | List of all members
Forces.SimpleLiquid Class Reference

Simple liquid pocket. Apply drag in a delimited zone. More...

Inheritance diagram for Forces.SimpleLiquid:
Forces.SimpleZone

Public Attributes

float Coeff = 0.25f
 Drag coefficient More...
 
- Public Attributes inherited from Forces.SimpleZone
Vector2 Size = new Vector2(100, 100)
 Zone size More...
 

Additional Inherited Members

- Protected Member Functions inherited from Forces.SimpleZone
void DrawZone (Color color)
 Draw zone. More...
 
- Protected Attributes inherited from Forces.SimpleZone
Font defaultFont
 Default font More...
 

Detailed Description

Simple liquid pocket. Apply drag in a delimited zone.

Definition at line 8 of file SimpleLiquid.cs.

Member Data Documentation

◆ Coeff

float Forces.SimpleLiquid.Coeff = 0.25f

Drag coefficient

Definition at line 11 of file SimpleLiquid.cs.


The documentation for this class was generated from the following file: