docs.unity.cn
    Show / Hide Table of Contents

    Delegate ScaleFunc

    Scaled function used to compute the size of a RTHandle for the current frame.

    Namespace: UnityEngine.Rendering
    Syntax
    public delegate Vector2Int ScaleFunc(Vector2Int size);
    Parameters
    Type Name Description
    Vector2Int size

    Reference size of the RTHandle system for the frame.

    Returns
    Type Description
    Vector2Int

    The size of the RTHandled computed from the reference size.

    Extension Methods

    ReflectionUtils.Invoke(Object, String, Object[])
    ReflectionUtils.SetField(Object, String, Object)
    ReflectionUtils.GetField(Object, String)
    ReflectionUtils.GetFields(Object)
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 08 September 2021