C# Class DeltaDNA.ImageMessage.BackgroundLayer

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

Méthodes publiques

Méthode Description
Build ( ImageMessage imageMessage, Dictionary,System.Collections.Generic layout, Texture texture, int depth ) : void
OnGUI ( ) : void

Private Methods

Méthode Description
GetConstraintPixels ( string constraint, float edge ) : float
RenderAsContain ( Dictionary,System.Collections.Generic rules ) : Rect
RenderAsCover ( Dictionary,System.Collections.Generic rules ) : Rect

Method Details

Build() public méthode

public Build ( ImageMessage imageMessage, Dictionary,System.Collections.Generic layout, Texture texture, int depth ) : void
imageMessage ImageMessage
layout Dictionary,System.Collections.Generic
texture UnityEngine.Texture
depth int
Résultat void

OnGUI() public méthode

public OnGUI ( ) : void
Résultat void