C# 클래스 UI.Position

상속: Attribute
파일 보기 프로젝트 열기: Kopernicus/KittopiaTech

공개 메소드들

메소드 설명
Position ( Rect source )

Creates a rect instance from the given parameters

Position ( Single x, Single y, Single width, Single height )

Creates a rect instance from the given parameters

Position ( Vector2 position, Vector2 size )

Creates a rect instance from the given parameters

메소드 상세

Position() 공개 메소드

Creates a rect instance from the given parameters
public Position ( Rect source )
source Rect

Position() 공개 메소드

Creates a rect instance from the given parameters
public Position ( Single x, Single y, Single width, Single height )
x Single
y Single
width Single
height Single

Position() 공개 메소드

Creates a rect instance from the given parameters
public Position ( Vector2 position, Vector2 size )
position Vector2
size Vector2