C# Класс EditorPanel, CodeSpells

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
EditorPanel ( IDE, idething ) : UnityEngine
draw ( bool displayCode ) : void
getEditorRect ( ) : Rect
getScrollHeight ( ) : float
getScrollWidth ( ) : float
getTextAreaRect ( ) : Rect
isWithin ( Vector2 pos ) : bool
move ( float x, float y ) : void
scale ( float xscale, float yscale ) : void
setTexture ( Texture2D bgTexture ) : void

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

Метод Описание
setScrollDims ( ) : void
setTextAreaRect ( ) : void

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

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

public EditorPanel ( IDE, idething ) : UnityEngine
idething IDE,
Результат UnityEngine

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

public draw ( bool displayCode ) : void
displayCode bool
Результат void

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

public getEditorRect ( ) : Rect
Результат Rect

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

public getScrollHeight ( ) : float
Результат float

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

public getScrollWidth ( ) : float
Результат float

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

public getTextAreaRect ( ) : Rect
Результат Rect

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

public isWithin ( Vector2 pos ) : bool
pos Vector2
Результат bool

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

public move ( float x, float y ) : void
x float
y float
Результат void

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

public scale ( float xscale, float yscale ) : void
xscale float
yscale float
Результат void

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

public setTexture ( Texture2D bgTexture ) : void
bgTexture UnityEngine.Texture2D
Результат void