C# Class DeltaDNA.BackgroundLayer

Inheritance: Layer
Afficher le fichier Open project: deltaDNA/unity-sdk Class Usage Examples

Méthodes publiques

Méthode Description
Init ( IPopup popup, object>.Dictionary layout, Texture texture, int depth ) : void
OnGUI ( ) : void

Private Methods

Méthode Description
GetConstraintPixels ( string constraint, float edge ) : float
RenderAsContain ( object>.Dictionary rules ) : Rect
RenderAsCover ( object>.Dictionary rules ) : Rect

Method Details

Init() public méthode

public Init ( IPopup popup, object>.Dictionary layout, Texture texture, int depth ) : void
popup IPopup
layout object>.Dictionary
texture UnityEngine.Texture
depth int
Résultat void

OnGUI() public méthode

public OnGUI ( ) : void
Résultat void