Search Results for

    Show / Hide Table of Contents

    Interface IControlReference

    Interface for control references access.

    Namespace: FlaxEngine
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    public interface IControlReference

    Properties

    ControlType

    Gets the type of the control the interface uses.

    Declaration
    Type ControlType { get; }
    Property Value
    System.Type

    UIControl

    Gets or sets the reference to UIControl actor.

    Declaration
    UIControl UIControl { get; set; }
    Property Value
    UIControl

    Extension Methods

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.RawClone<T>(T)
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat