C# Class CM3D2.SubScreen.Plugin.SubScreen.PixelValues

ファイルを表示 Open project: insightst185/CM3D2.SubScreen.Plugin

Public Properties

Property Type Description
BaseWidth float
Margin int
PropRatio float

Public Methods

Method Description
Font ( string key ) : int
Font_ ( string key ) : int
InsideRect ( Rect rect ) : Rect
InsideRect ( Rect rect, int height ) : Rect
Line ( string key ) : int
Line_ ( string key ) : int
PixelValues ( ) : System
PropPx ( int px ) : int
PropScreen ( float left, float top, float width, float height ) : Rect
PropScreenMH ( float left, float top, float width, float height ) : Rect
PropScreenMH ( float left, float top, float width, float height, Vector2 last ) : Rect
Sys ( string key ) : int
Sys_ ( string key ) : int

Method Details

Font() public method

public Font ( string key ) : int
key string
return int

Font_() public method

public Font_ ( string key ) : int
key string
return int

InsideRect() public method

public InsideRect ( Rect rect ) : Rect
rect UnityEngine.Rect
return UnityEngine.Rect

InsideRect() public method

public InsideRect ( Rect rect, int height ) : Rect
rect UnityEngine.Rect
height int
return UnityEngine.Rect

Line() public method

public Line ( string key ) : int
key string
return int

Line_() public method

public Line_ ( string key ) : int
key string
return int

PixelValues() public method

public PixelValues ( ) : System
return System

PropPx() public method

public PropPx ( int px ) : int
px int
return int

PropScreen() public method

public PropScreen ( float left, float top, float width, float height ) : Rect
left float
top float
width float
height float
return UnityEngine.Rect

PropScreenMH() public method

public PropScreenMH ( float left, float top, float width, float height ) : Rect
left float
top float
width float
height float
return UnityEngine.Rect

PropScreenMH() public method

public PropScreenMH ( float left, float top, float width, float height, Vector2 last ) : Rect
left float
top float
width float
height float
last Vector2
return UnityEngine.Rect

Sys() public method

public Sys ( string key ) : int
key string
return int

Sys_() public method

public Sys_ ( string key ) : int
key string
return int

Property Details

BaseWidth public_oe property

public float BaseWidth
return float

Margin public_oe property

public int Margin
return int

PropRatio public_oe property

public float PropRatio
return float