Fork me on GitHub

Effect.

Effect.EType Enum

Summary

Type of effect
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.EType"] class Type type-node

Syntax

public enum Effect.EType

Fields

Name Constant Value Summary
Constant 1
static
Custom 12
static
Damper 9
static
Friction 8
static
Inertia 10
static
Ramp 2
static
SawToothDown 7
static
SawToothUp 6
static
Sine 5
static
Spring 11
static
Square 3
static
Triangle 4
static
Unknown 0
static