C# Class WisdomTools.Common.SoundListener

Inheritance: UnityEngine.MonoBehaviour
ファイルを表示 Open project: Stumpstump/RoverGame

Protected Properties

Property Type Description
doPriorityCheck bool
listeners List

Private Properties

Property Type Description
OnDisable void
OnDrawGizmos void
OnEnable void

Public Methods

Method Description
Reevaluate ( ) : void
SetAsPriority ( ) : void

Protected Methods

Method Description
Update ( ) : void

Private Methods

Method Description
OnDisable ( ) : void
OnDrawGizmos ( ) : void
OnEnable ( ) : void

Method Details

Reevaluate() public method

public Reevaluate ( ) : void
return void

SetAsPriority() public method

public SetAsPriority ( ) : void
return void

Update() protected method

protected Update ( ) : void
return void

Property Details

doPriorityCheck protected_oe static_oe property

protected static bool doPriorityCheck
return bool

listeners protected_oe static_oe property

protected static List listeners
return List