Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
UnityCommonLibrary
UI
WorldCanvasSizer
C# Class UnityCommonLibrary.UI.WorldCanvasSizer
Inheritance:
UnityEngine.MonoBehaviour
Show file
Open project: thebeardphantom/UnityCommonLibrary
Public Properties
Property
Type
Description
meters
float
resolution
UnityEngine.Vector2
Public Methods
Method
Description
RefreshCanvasSize
( ) :
void
Private Methods
Method
Description
Awake
( ) :
void
OnValidate
( ) :
void
Reset
( ) :
void
Method Details
RefreshCanvasSize()
public
method
public
RefreshCanvasSize
( ) :
void
return
void
Property Details
meters
public property
public
float
meters
return
float
resolution
public property
public
Vector2,UnityEngine
resolution
return
UnityEngine.Vector2