C# Class MoonShoesSigil, Unity

Inheritance: Sigil
Mostrar archivo Open project: zackva/Unity Class Usage Examples

Public Properties

Property Type Description
equipment GameObject
isEquipped bool
jumpForce float
jumpTime float
jumpTimer float
jumping bool
player GameObject
sigilName string

Public Methods

Method Description
Effect ( ) : void
Jump ( ) : void

Private Methods

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

Method Details

Effect() public method

public Effect ( ) : void
return void

Jump() public static method

public static Jump ( ) : void
return void

Property Details

equipment public_oe property

public GameObject equipment
return GameObject

isEquipped public_oe static_oe property

public static bool isEquipped
return bool

jumpForce public_oe static_oe property

public static float jumpForce
return float

jumpTime public_oe static_oe property

public static float jumpTime
return float

jumpTimer public_oe static_oe property

public static float jumpTimer
return float

jumping public_oe static_oe property

public static bool jumping
return bool

player public_oe property

public GameObject player
return GameObject

sigilName public_oe property

public string sigilName
return string