Elin Decompiled Documentation EA 23.102 Nightly
|
Public Types | |
enum | Type { Shake , Punch } |
Public Member Functions | |
void | ShakeCam () |
Public Attributes | |
Type | type |
float | duration |
float | power |
int | vibrato |
float | elasticity |
Definition at line 3 of file ShakerProfile.cs.
enum ShakerProfile.Type |
Enumerator | |
---|---|
Shake | |
Punch |
Definition at line 5 of file ShakerProfile.cs.
|
inline |
Definition at line 21 of file ShakerProfile.cs.
References Shaker.ShakeCam().
float ShakerProfile.duration |
Definition at line 13 of file ShakerProfile.cs.
Referenced by Shaker.Shake().
float ShakerProfile.elasticity |
Definition at line 19 of file ShakerProfile.cs.
Referenced by Shaker.Shake().
float ShakerProfile.power |
Definition at line 15 of file ShakerProfile.cs.
Referenced by Shaker.Shake().
Type ShakerProfile.type |
Definition at line 11 of file ShakerProfile.cs.
int ShakerProfile.vibrato |
Definition at line 17 of file ShakerProfile.cs.
Referenced by Shaker.Shake().