C# Class BeatControl

Inheritance: MonoBehaviour
显示文件 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_oe property

public GameObject LeftPosition
return GameObject

RightPosition public_oe property

public GameObject RightPosition
return GameObject

SpellSize public_oe property

public float SpellSize
return float

TotenLeft public_oe property

public GameObject TotenLeft
return GameObject

TotenRight public_oe property

public GameObject TotenRight
return GameObject

TotensDistance public_oe property

public float TotensDistance
return float

_tambor public_oe property

public AudioClip,UnityEngine _tambor
return UnityEngine.AudioClip

instance public_oe static_oe property

public static BeatControl, instance
return BeatControl,