Table of Contents

Method Variable

Namespace
GrindFest.Editor
Assembly
GrindFest.dll

Variable(string, float, float, float)

Add a numeric variable to the FieldSetup.

public void Variable(string name, float defaultValue, float min = 0, float max = 5)

Parameters

name string
defaultValue float
min float
max float