C# Class ClickBase

Inheritance: MonoBehaviour
Show file Open project: NotProGamer/emtojere

Public Properties

Property Type Description
isHouseExit bool

Protected Properties

Property Type Description
animator Animator
audioSources UnityEngine.AudioSource[]
clickTime float
clickable bool
fearMeter Slider,

Protected Methods

Method Description
Clicked ( ) : void
OnMouseExit ( ) : void
OnMouseOver ( ) : void
OnMouseUpAsButton ( ) : void
Start ( ) : void

Method Details

Clicked() protected method

protected Clicked ( ) : void
return void

OnMouseExit() protected method

protected OnMouseExit ( ) : void
return void

OnMouseOver() protected method

protected OnMouseOver ( ) : void
return void

OnMouseUpAsButton() protected method

protected OnMouseUpAsButton ( ) : void
return void

Start() protected method

protected Start ( ) : void
return void

Property Details

animator protected property

protected Animator animator
return Animator

audioSources protected property

protected AudioSource[],UnityEngine audioSources
return UnityEngine.AudioSource[]

clickTime protected property

protected float clickTime
return float

clickable protected property

protected bool clickable
return bool

fearMeter protected property

protected Slider, fearMeter
return Slider,

isHouseExit public property

public bool isHouseExit
return bool