Class UIComponent.UIBaseComponentModule
Inheritance
System.Object
UIComponent.UIBaseComponentModule
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: NoXP.Shared.UI
Assembly: NoXP.RuntimeComponents.dll
Syntax
public abstract class UIBaseComponentModule : UIComponentModule<UIComponent>
Constructors
UIBaseComponentModule(UIComponent, String)
Declaration
public UIBaseComponentModule(UIComponent owner, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| UIComponent | owner | |
| System.String | name |
Properties
RectTransform
Declaration
public override RectTransform RectTransform { get; }
Property Value
| Type | Description |
|---|---|
| UnityEngine.RectTransform |
Overrides
NoXP.Shared.UI.UIComponentModule<NoXP.Shared.UI.UIComponent>.RectTransform