C# Class UnityCommonLibrary.UI.WorldCanvasSizer

Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: thebeardphantom/UnityCommonLibrary

Méthodes publiques

Свойство Type Description
meters float
resolution UnityEngine.Vector2

Méthodes publiques

Méthode Description
RefreshCanvasSize ( ) : void

Private Methods

Méthode Description
Awake ( ) : void
OnValidate ( ) : void
Reset ( ) : void

Method Details

RefreshCanvasSize() public méthode

public RefreshCanvasSize ( ) : void
Résultat void

Property Details

meters public_oe property

public float meters
Résultat float

resolution public_oe property

public Vector2,UnityEngine resolution
Résultat UnityEngine.Vector2