Table of Contents

Class BindMessage

Namespace
ReFuel.Input
Assembly
ReFuel.dll
[EcsGuid("b7804bbc-5307-4942-a9e0-bafa42d7c372")]
public class BindMessage
Inheritance
BindMessage
Inherited Members

Constructors

BindMessage(CBind, float)

public BindMessage(CBind bind, float value)

Parameters

bind CBind
value float

Properties

Bind

public CBind Bind { get; }

Property Value

CBind

Name

public string Name { get; }

Property Value

string

Sign

public int Sign { get; }

Property Value

int

True

public bool True { get; }

Property Value

bool

Value

public float Value { get; }

Property Value

float