Class PowerUp_Cloud
- Namespace
- FistVR
- Assembly
- Assembly-CSharp.dll
public class PowerUp_Cloud : MonoBehaviour
- Inheritance
-
PowerUp_Cloud
Constructors
PowerUp_Cloud()
public PowerUp_Cloud()
Fields
CloudRadius
public float CloudRadius
Field Value
LM_Collide
public LayerMask LM_Collide
Field Value
- LayerMask
PDuration
public PowerUpDuration PDuration
Field Value
PIntensity
public PowerUpIntensity PIntensity
Field Value
PIsInverted
public bool PIsInverted
Field Value
PType
public PowerupType PType
Field Value
Methods
SetParams(PowerupType, PowerUpIntensity, PowerUpDuration, bool, bool)
public void SetParams(PowerupType t, PowerUpIntensity i, PowerUpDuration d, bool puke, bool inverted)
Parameters
t
PowerupTypei
PowerUpIntensityd
PowerUpDurationpuke
boolinverted
bool