C# Class Epigene.UI.UIBaseObject

Abstract base class which contains generic functions and properties.
Inheritance: UIObject
Exibir arquivo Open project: fi-content2-games-platform/FIcontent.Gaming.Enabler.phenomobilecharactermanager Class Usage Examples

Protected Properties

Property Type Description
gameObject UnityEngine.GameObject
type UIType
visible bool

Public Methods

Method Description
GetType ( ) : UIType

Get the type of the this item.

Parse ( object>.Dictionary dict ) : void

Parse the content of the dictionary and create a new gameobjet with this parameters

Method Details

GetType() public method

Get the type of the this item.
public GetType ( ) : UIType
return UIType

Parse() public method

Parse the content of the dictionary and create a new gameobjet with this parameters
public Parse ( object>.Dictionary dict ) : void
dict object>.Dictionary
return void

Property Details

gameObject protected_oe property

protected GameObject,UnityEngine gameObject
return UnityEngine.GameObject

type protected_oe property

protected UIType type
return UIType

visible protected_oe property

protected bool visible
return bool