C# 클래스 Epigene.UI.UIBaseObject

Abstract base class which contains generic functions and properties.
상속: UIObject
파일 보기 프로젝트 열기: fi-content2-games-platform/FIcontent.Gaming.Enabler.phenomobilecharactermanager 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
gameObject UnityEngine.GameObject
type UIType
visible bool

공개 메소드들

메소드 설명
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

메소드 상세

GetType() 공개 메소드

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

Parse() 공개 메소드

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

프로퍼티 상세

gameObject 보호되어 있는 프로퍼티

protected GameObject,UnityEngine gameObject
리턴 UnityEngine.GameObject

type 보호되어 있는 프로퍼티

protected UIType type
리턴 UIType

visible 보호되어 있는 프로퍼티

protected bool visible
리턴 bool