C# Class ShowRightPanel, ES2015F

Inheritance: MonoBehaviour, IPointerEnterHandler, IPointerExitHandler
Show file Open project: jgirald/ES2015F

Public Properties

Property Type Description
description String
resourceCost ResourceValueDictionary
zeroResources ResourceValueDictionary

Public Methods

Method Description
OnPointerEnter ( PointerEventData eventData ) : void
OnPointerExit ( PointerEventData eventData ) : void

Method Details

OnPointerEnter() public method

public OnPointerEnter ( PointerEventData eventData ) : void
eventData UnityEngine.EventSystems.PointerEventData
return void

OnPointerExit() public method

public OnPointerExit ( PointerEventData eventData ) : void
eventData UnityEngine.EventSystems.PointerEventData
return void

Property Details

description public property

public String description
return String

resourceCost public property

public ResourceValueDictionary resourceCost
return ResourceValueDictionary

zeroResources public static property

public static ResourceValueDictionary zeroResources
return ResourceValueDictionary