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
|