C# Class UnityCommonLibrary.UI.WorldCanvasSizer

Inheritance: UnityEngine.MonoBehaviour
Exibir arquivo 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_oe property

public float meters
return float

resolution public_oe property

public Vector2,UnityEngine resolution
return UnityEngine.Vector2