Inheritance
GameListenerHandler.AutomationInput
public class AutomationInput : object
Constructors
Declaration
Declaration
public AutomationInput(InputField inputField, float startTime, float lastInputTime)
Parameters
Type |
Name |
Description |
InputField |
inputField |
|
Single |
startTime |
|
Single |
lastInputTime |
|
Properties
Declaration
public InputField InputField { get; set; }
Property Value
Type |
Description |
InputField |
|
Declaration
public float LastInputTime { get; set; }
Property Value
Declaration
public float StartTime { get; set; }
Property Value