C# 클래스 UnityEngine.RenderBuffer

파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled 1 사용 예제들

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