C# Класс UnityEditor.Rendering.CameraUI.Output

Output Section
Показать файл Открыть проект

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

Метод Описание
Drawer_Output_AllowDynamicResolution ( ISerializedCamera p, Editor owner ) : void

Draws Allow Dynamic Resolution related fields on the inspector

Drawer_Output_Depth ( ISerializedCamera p, Editor owner ) : void

Draws Depth related fields on the inspector

Drawer_Output_NormalizedViewPort ( ISerializedCamera p, Editor owner ) : void

Draws Normalized ViewPort related fields on the inspector

Drawer_Output_RenderTarget ( ISerializedCamera p, Editor owner ) : void

Draws Render Target related fields on the inspector

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

Drawer_Output_AllowDynamicResolution() публичный статический Метод

Draws Allow Dynamic Resolution related fields on the inspector
public static Drawer_Output_AllowDynamicResolution ( ISerializedCamera p, Editor owner ) : void
p ISerializedCamera The serialized camera
owner Editor The editor owner calling this drawer
Результат void

Drawer_Output_Depth() публичный статический Метод

Draws Depth related fields on the inspector
public static Drawer_Output_Depth ( ISerializedCamera p, Editor owner ) : void
p ISerializedCamera The serialized camera
owner Editor The editor owner calling this drawer
Результат void

Drawer_Output_NormalizedViewPort() публичный статический Метод

Draws Normalized ViewPort related fields on the inspector
public static Drawer_Output_NormalizedViewPort ( ISerializedCamera p, Editor owner ) : void
p ISerializedCamera The serialized camera
owner Editor The editor owner calling this drawer
Результат void

Drawer_Output_RenderTarget() публичный статический Метод

Draws Render Target related fields on the inspector
public static Drawer_Output_RenderTarget ( ISerializedCamera p, Editor owner ) : void
p ISerializedCamera The serialized camera
owner Editor The editor owner calling this drawer
Результат void