Show / Hide Table of Contents

Class ViewElementNavigationData

Inheritance
System.Object
ViewSystemComponentData
ViewElementNavigationData
Inherited Members
ViewSystemComponentData.targetTransformPath
ViewSystemComponentData.targetComponentType
ViewSystemComponentData.targetPropertyName
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 Source

ViewElementNavigationData()

Declaration
public ViewElementNavigationData()

Fields

| Improve this Doc View Source

mode

Declaration
public Navigation.Mode mode
Field Value
Type Description
UnityEngine.UI.Navigation.Mode

Properties

| Improve this Doc View Source

navigation

Declaration
public Navigation navigation { get; }
Property Value
Type Description
UnityEngine.UI.Navigation
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX