C# 클래스 FairyGUI.GearSizeValue

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

공개 프로퍼티들

프로퍼티 타입 설명
height float
scaleX float
scaleY float
width float

공개 메소드들

메소드 설명
GearSizeValue ( float width, float height, float scaleX, float scaleY ) : System.Collections.Generic

메소드 상세

GearSizeValue() 공개 메소드

public GearSizeValue ( float width, float height, float scaleX, float scaleY ) : System.Collections.Generic
width float
height float
scaleX float
scaleY float
리턴 System.Collections.Generic

프로퍼티 상세

height 공개적으로 프로퍼티

public float height
리턴 float

scaleX 공개적으로 프로퍼티

public float scaleX
리턴 float

scaleY 공개적으로 프로퍼티

public float scaleY
리턴 float

width 공개적으로 프로퍼티

public float width
리턴 float