docs.unity.cn
    Show / Hide Table of Contents

    Class DebugUIPrefabBundle

    Debug UI Prefab bundle.

    Inheritance
    Object
    DebugUIPrefabBundle
    Namespace: UnityEngine.Rendering.UI
    Syntax
    [Serializable]
    public class DebugUIPrefabBundle

    Fields

    prefab

    Prefab for the widget.

    Declaration
    public RectTransform prefab
    Field Value
    Type Description
    RectTransform

    type

    type of the widget.

    Declaration
    public string type
    Field Value
    Type Description
    String

    Extension Methods

    ReflectionUtils.Invoke(Object, String, Object[])
    ReflectionUtils.SetField(Object, String, Object)
    ReflectionUtils.GetField(Object, String)
    ReflectionUtils.GetFields(Object)
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on 18 November 2022
    Terms of use