C# Class EventSound, Hellbound

Inheritance: MonoBehaviour
Show file Open project: Backman/Hellbound Class Usage Examples

Public Properties

Property Type Description
m_Activate bool
m_Examine bool
m_GainFocus bool
m_LoseFocus bool
m_PathActivate string
m_PathExamine string
m_PathGainFocus string
m_PathLoseFocus string
m_PathPickUp string
m_PickUp bool

Property Details

m_Activate public property

public bool m_Activate
return bool

m_Examine public property

public bool m_Examine
return bool

m_GainFocus public property

public bool m_GainFocus
return bool

m_LoseFocus public property

public bool m_LoseFocus
return bool

m_PathActivate public property

public string m_PathActivate
return string

m_PathExamine public property

public string m_PathExamine
return string

m_PathGainFocus public property

public string m_PathGainFocus
return string

m_PathLoseFocus public property

public string m_PathLoseFocus
return string

m_PathPickUp public property

EventSound was written by Anton Thorsell This "Script" is actually just a collection of variables that can (dont dont have to) be attached to interactable objects The Idea with EventSound is that it will be attached to interactable objects and with the help of the bool variables it can figure out what sounds that should be played (the strings) when specific functions are called. (see the script Interactable where the logic is)
public string m_PathPickUp
return string

m_PickUp public property

public bool m_PickUp
return bool