Drag[en]gine Script Module DragonScript  1.23
Dragengine.StateMachineSystem.SMConditionParameterTableFloat.Operator Enum Reference

Compare operator. More...

Public Attributes

 equal
 Entry is equal to value inside threshold. More...
 
 greaterThan
 Entry is greater than value including threshold. More...
 
 greaterThanOrEqual
 Entry is greater than or equal to value including threshold. More...
 
 lessThan
 Entry is less than value including threshold. More...
 
 lessThanOrEqual
 Entry is less than or equal to value including threshold. More...
 
 notEqual
 Entry is not equal to value inside threshold. More...
 

Detailed Description

Compare operator.

Member Data Documentation

◆ equal

Dragengine.StateMachineSystem.SMConditionParameterTableFloat.Operator.equal

Entry is equal to value inside threshold.

◆ greaterThan

Dragengine.StateMachineSystem.SMConditionParameterTableFloat.Operator.greaterThan

Entry is greater than value including threshold.

◆ greaterThanOrEqual

Dragengine.StateMachineSystem.SMConditionParameterTableFloat.Operator.greaterThanOrEqual

Entry is greater than or equal to value including threshold.

◆ lessThan

Dragengine.StateMachineSystem.SMConditionParameterTableFloat.Operator.lessThan

Entry is less than value including threshold.

◆ lessThanOrEqual

Dragengine.StateMachineSystem.SMConditionParameterTableFloat.Operator.lessThanOrEqual

Entry is less than or equal to value including threshold.

◆ notEqual

Dragengine.StateMachineSystem.SMConditionParameterTableFloat.Operator.notEqual

Entry is not equal to value inside threshold.


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