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
    UnityEngine.Vector2Int size

    Reference size of the RTHandle system for the frame.

    Returns
    Type Description
    UnityEngine.Vector2Int

    The size of the RTHandled computed from the reference size.

    Extension Methods

    AnalyticsUtils.ToNestedColumnWithDefault<T>(T, T, Boolean)
    ReflectionUtils.Invoke(Object, String, Object[])
    ReflectionUtils.SetField(Object, String, Object)
    ReflectionUtils.GetField(Object, String)
    ReflectionUtils.GetFields(Object)
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on 17 July 2023