C# Class ClickBase

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

protected Animator animator
return Animator

audioSources protected_oe property

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

clickTime protected_oe property

protected float clickTime
return float

clickable protected_oe property

protected bool clickable
return bool

fearMeter protected_oe property

protected Slider, fearMeter
return Slider,

isHouseExit public_oe property

public bool isHouseExit
return bool