C# Class RadialMenuObject, RadialMenu-Unity

Inheritance: MonoBehaviour, IPointerDownHandler
Afficher le fichier Open project: XY01/RadialMenu-Unity Class Usage Examples

Méthodes publiques

Свойство Type Description
m_BGCol Color
m_BGImages Image[]
m_FGCol Color
m_FGImages Image[]
m_FunctionToCall string
m_HLCol Color
m_HLImages Image[]
m_ObjectName string
m_ObjectToCall GameObject
m_Text Text
m_TextCol Color

Protected Properties

Свойство Type Description
m_RadMenu RadialMenu,

Méthodes publiques

Méthode Description
CallFunction ( ) : void
Fade ( float fade ) : void
Init ( RadialMenu, radMenu, string name, GameObject objectToCall, string functionToCall ) : void
OnPointerDown ( PointerEventData eventData ) : void
SetPallette ( Color fgCol, Color bgCol, Color hlCol, Color textCol ) : void
UpdateCols ( ) : void

Méthodes protégées

Méthode Description
Disengage ( ) : void

Method Details

CallFunction() public méthode

public CallFunction ( ) : void
Résultat void

Disengage() protected méthode

protected Disengage ( ) : void
Résultat void

Fade() public méthode

public Fade ( float fade ) : void
fade float
Résultat void

Init() public méthode

public Init ( RadialMenu, radMenu, string name, GameObject objectToCall, string functionToCall ) : void
radMenu RadialMenu,
name string
objectToCall GameObject
functionToCall string
Résultat void

OnPointerDown() public méthode

public OnPointerDown ( PointerEventData eventData ) : void
eventData UnityEngine.EventSystems.PointerEventData
Résultat void

SetPallette() public méthode

public SetPallette ( Color fgCol, Color bgCol, Color hlCol, Color textCol ) : void
fgCol Color
bgCol Color
hlCol Color
textCol Color
Résultat void

UpdateCols() public méthode

public UpdateCols ( ) : void
Résultat void

Property Details

m_BGCol public_oe property

public Color m_BGCol
Résultat Color

m_BGImages public_oe property

public Image[] m_BGImages
Résultat Image[]

m_FGCol public_oe property

public Color m_FGCol
Résultat Color

m_FGImages public_oe property

public Image[] m_FGImages
Résultat Image[]

m_FunctionToCall public_oe property

public string m_FunctionToCall
Résultat string

m_HLCol public_oe property

public Color m_HLCol
Résultat Color

m_HLImages public_oe property

public Image[] m_HLImages
Résultat Image[]

m_ObjectName public_oe property

public string m_ObjectName
Résultat string

m_ObjectToCall public_oe property

public GameObject m_ObjectToCall
Résultat GameObject

m_RadMenu protected_oe property

protected RadialMenu, m_RadMenu
Résultat RadialMenu,

m_Text public_oe property

public Text m_Text
Résultat Text

m_TextCol public_oe property

public Color m_TextCol
Résultat Color