C# Class FreeFlightAnimationHashIDs, Unity-Free-Flight

Hash IDs for animation. These numbers will be gotten from the animator on startup. The reason it isn't a MonoBehaviour is to avoid additional clutter on the editor screen.
Show file Open project: NickolausDS/Unity-Free-Flight

Public Properties

Property Type Description
angularSpeedFloat int
divingBool int
dyingTrigger int
flappingState int
flappingTrigger int
flaringBool int
flaringState int
flyingBool int
glidingState int
speedFloat int
walkingBool int

Public Methods

Method Description
FreeFlightAnimationHashIDs ( ) : System.Collections

Method Details

FreeFlightAnimationHashIDs() public method

public FreeFlightAnimationHashIDs ( ) : System.Collections
return System.Collections

Property Details

angularSpeedFloat public property

public int angularSpeedFloat
return int

divingBool public property

public int divingBool
return int

dyingTrigger public property

public int dyingTrigger
return int

flappingState public property

public int flappingState
return int

flappingTrigger public property

public int flappingTrigger
return int

flaringBool public property

public int flaringBool
return int

flaringState public property

public int flaringState
return int

flyingBool public property

public int flyingBool
return int

glidingState public property

public int glidingState
return int

speedFloat public property

public int speedFloat
return int

walkingBool public property

public int walkingBool
return int