Fork me on GitHub

Effect.

Effect.EForce Enum

Summary

Type of force
Namespace
SharpInputSystem
Interfaces
  • IComparable
  • IFormattable
  • IConvertible
Base Types
  • object
  • ValueType
  • Enum
graph BT Type-->Base0["Enum"] Base0-->Base1["ValueType"] Base1-->Base2["object"] Type-.->Interface0["IComparable"] Type-.->Interface1["IFormattable"] Type-.->Interface2["IConvertible"] Type["Effect.EForce"] class Type type-node

Syntax

public enum Effect.EForce

Fields

Name Constant Value Summary
ConditionalForce 4
static
ConstantForce 1
static
CustomForce 5
static
PeriodicForce 3
static
RampForce 2
static
UnknownForce 0
static