C# Class Hype, UrsaMajor

Inheritance: MonoBehaviour
Datei anzeigen Open project: BJarv/UrsaMajor Class Usage Examples

Protected Properties

Property Type Description
color Color
hypeDuration float
intershotDelay float
kickForce float

Public Methods

Method Description
GetColor ( ) : Color
GetKickForce ( ) : float
Shoot ( GameObject shootFrom ) : float

Protected Methods

Method Description
Start ( ) : void
Update ( ) : void

Method Details

GetColor() public method

public GetColor ( ) : Color
return Color

GetKickForce() public method

public GetKickForce ( ) : float
return float

Shoot() public abstract method

public abstract Shoot ( GameObject shootFrom ) : float
shootFrom GameObject
return float

Start() protected method

protected Start ( ) : void
return void

Update() protected method

protected Update ( ) : void
return void

Property Details

color protected_oe property

protected Color color
return Color

hypeDuration protected_oe property

protected float hypeDuration
return float

intershotDelay protected_oe property

protected float intershotDelay
return float

kickForce protected_oe property

protected float kickForce
return float