C# Class BeatControl

Inheritance: MonoBehaviour
Show file Open project: bttfgames/shaman-says Class Usage Examples

Public Properties

Property Type Description
LeftPosition GameObject
RightPosition GameObject
SpellSize float
TotenLeft GameObject
TotenRight GameObject
TotensDistance float
_tambor UnityEngine.AudioClip
instance BeatControl,

Public Methods

Method Description
BeatStart ( ) : void
SetSpeedSpell ( ) : void

Private Methods

Method Description
Awake ( ) : void
Beat ( ) : void
HideToten ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

BeatStart() public method

public BeatStart ( ) : void
return void

SetSpeedSpell() public method

public SetSpeedSpell ( ) : void
return void

Property Details

LeftPosition public property

public GameObject LeftPosition
return GameObject

RightPosition public property

public GameObject RightPosition
return GameObject

SpellSize public property

public float SpellSize
return float

TotenLeft public property

public GameObject TotenLeft
return GameObject

TotenRight public property

public GameObject TotenRight
return GameObject

TotensDistance public property

public float TotensDistance
return float

_tambor public property

public AudioClip,UnityEngine _tambor
return UnityEngine.AudioClip

instance public static property

public static BeatControl, instance
return BeatControl,