C# 클래스 FairyGUI.FieldTypes

파일 보기 프로젝트 열기: fairygui/FairyGUI-unity 1 사용 예제들

공개 메소드들

메소드 설명
ParseAlign ( string value ) : AlignType
ParseAutoSizeType ( string value ) : AutoSizeType
ParseBlendMode ( string value ) : BlendMode
ParseButtonMode ( string value ) : ButtonMode
ParseEaseType ( string value ) : Ease
ParseFillMethod ( string value ) : FillMethod
ParseFillType ( string value ) : FillType
ParseFlipType ( string value ) : FlipType
ParseListLayoutType ( string value ) : ListLayoutType
ParseListSelectionMode ( string value ) : ListSelectionMode
ParseOverflowType ( string value ) : OverflowType
ParsePackageItemType ( string value ) : PackageItemType
ParseProgressTitleType ( string value ) : ProgressTitleType
ParseScrollBarDisplayType ( string value ) : ScrollBarDisplayType
ParseScrollType ( string value ) : ScrollType
ParseTransitionActionType ( string value ) : TransitionActionType
ParseVerticalAlign ( string value ) : VertAlignType

메소드 상세

ParseAlign() 공개 정적인 메소드

public static ParseAlign ( string value ) : AlignType
value string
리턴 AlignType

ParseAutoSizeType() 공개 정적인 메소드

public static ParseAutoSizeType ( string value ) : AutoSizeType
value string
리턴 AutoSizeType

ParseBlendMode() 공개 정적인 메소드

public static ParseBlendMode ( string value ) : BlendMode
value string
리턴 BlendMode

ParseButtonMode() 공개 정적인 메소드

public static ParseButtonMode ( string value ) : ButtonMode
value string
리턴 ButtonMode

ParseEaseType() 공개 정적인 메소드

public static ParseEaseType ( string value ) : Ease
value string
리턴 Ease

ParseFillMethod() 공개 정적인 메소드

public static ParseFillMethod ( string value ) : FillMethod
value string
리턴 FillMethod

ParseFillType() 공개 정적인 메소드

public static ParseFillType ( string value ) : FillType
value string
리턴 FillType

ParseFlipType() 공개 정적인 메소드

public static ParseFlipType ( string value ) : FlipType
value string
리턴 FlipType

ParseListLayoutType() 공개 정적인 메소드

public static ParseListLayoutType ( string value ) : ListLayoutType
value string
리턴 ListLayoutType

ParseListSelectionMode() 공개 정적인 메소드

public static ParseListSelectionMode ( string value ) : ListSelectionMode
value string
리턴 ListSelectionMode

ParseOverflowType() 공개 정적인 메소드

public static ParseOverflowType ( string value ) : OverflowType
value string
리턴 OverflowType

ParsePackageItemType() 공개 정적인 메소드

public static ParsePackageItemType ( string value ) : PackageItemType
value string
리턴 PackageItemType

ParseProgressTitleType() 공개 정적인 메소드

public static ParseProgressTitleType ( string value ) : ProgressTitleType
value string
리턴 ProgressTitleType

ParseScrollBarDisplayType() 공개 정적인 메소드

public static ParseScrollBarDisplayType ( string value ) : ScrollBarDisplayType
value string
리턴 ScrollBarDisplayType

ParseScrollType() 공개 정적인 메소드

public static ParseScrollType ( string value ) : ScrollType
value string
리턴 ScrollType

ParseTransitionActionType() 공개 정적인 메소드

public static ParseTransitionActionType ( string value ) : TransitionActionType
value string
리턴 TransitionActionType

ParseVerticalAlign() 공개 정적인 메소드

public static ParseVerticalAlign ( string value ) : VertAlignType
value string
리턴 VertAlignType