Class ViewElementNavigationData
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: MacacaGames.ViewSystem
Assembly: Macaca.ViewSystem.dll
Syntax
[Serializable]
public class ViewElementNavigationData : ViewSystemComponentData
Constructors
| Improve this Doc View SourceViewElementNavigationData()
Declaration
public ViewElementNavigationData()
Fields
| Improve this Doc View Sourcemode
Declaration
public Navigation.Mode mode
Field Value
Type | Description |
---|---|
UnityEngine.UI.Navigation.Mode |
Properties
| Improve this Doc View Sourcenavigation
Declaration
public Navigation navigation { get; }
Property Value
Type | Description |
---|---|
UnityEngine.UI.Navigation |