Click or drag to resize

RenderingPipeline_BasicCopyToCurrentViewport Method

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public void CopyToCurrentViewport(
	ViewportRenderingContext context,
	ImageComponent sourceTexture,
	CanvasRendererBlendingType blending = CanvasRendererBlendingType.Opaque,
	FilterOption filtering = FilterOption.Point,
	bool flipY = false,
	bool sourceIs2DArray = false,
	int arrayIndex = 0
)

Parameters

context
Type: NeoAxisViewportRenderingContext
sourceTexture
Type: NeoAxisImageComponent
blending (Optional)
Type: NeoAxisCanvasRendererBlendingType
filtering (Optional)
Type: NeoAxisFilterOption
flipY (Optional)
Type: SystemBoolean
sourceIs2DArray (Optional)
Type: SystemBoolean
arrayIndex (Optional)
Type: SystemInt32
See Also