C# Класс DeltaDNA.ImageMessage.BackgroundLayer

Наследование: Layer
Показать файл Открыть проект

Открытые методы

Метод Описание
Build ( ImageMessage imageMessage, Dictionary,System.Collections.Generic layout, Texture texture, int depth ) : void
OnGUI ( ) : void

Приватные методы

Метод Описание
GetConstraintPixels ( string constraint, float edge ) : float
RenderAsContain ( Dictionary,System.Collections.Generic rules ) : Rect
RenderAsCover ( Dictionary,System.Collections.Generic rules ) : Rect

Описание методов

Build() публичный Метод

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
Результат void

OnGUI() публичный Метод

public OnGUI ( ) : void
Результат void