C# Class UnityEngine.RenderBuffer

ファイルを表示 Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Private Properties

Property Type Description
SetLoadAction void
SetStoreAction void

Public Methods

Method Description
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.

Private Methods

Method Description
SetLoadAction ( RenderBufferLoadAction action ) : void
SetStoreAction ( RenderBufferStoreAction action ) : void

Method Details

GetNativeRenderBufferPtr() public method

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
return System.IntPtr