C# Класс UnityEngine.RenderBuffer

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

Private Properties

Свойство Тип Описание
SetLoadAction void
SetStoreAction void

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

Метод Описание
GetNativeRenderBufferPtr ( ) : IntPtr

Returns native RenderBuffer. Be warned this is not native Texture, but rather pointer to unity struct that can be used with native unity API. Currently such API exists only on iOS.

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

Метод Описание
SetLoadAction ( RenderBufferLoadAction action ) : void
SetStoreAction ( RenderBufferStoreAction action ) : void

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

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

Returns native RenderBuffer. Be warned this is not native Texture, but rather pointer to unity struct that can be used with native unity API. Currently such API exists only on iOS.

public GetNativeRenderBufferPtr ( ) : IntPtr
Результат System.IntPtr