Show / Hide Table of Contents

Class ViewSystemRectTransformData

Inheritance
System.Object
ViewSystemRectTransformData
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 ViewSystemRectTransformData

Fields

| Improve this Doc View Source

anchoredPosition

Declaration
public Vector3 anchoredPosition
Field Value
Type Description
UnityEngine.Vector3
| Improve this Doc View Source

anchorMax

Declaration
public Vector2 anchorMax
Field Value
Type Description
UnityEngine.Vector2
| Improve this Doc View Source

anchorMin

Declaration
public Vector2 anchorMin
Field Value
Type Description
UnityEngine.Vector2
| Improve this Doc View Source

localEulerAngles

Declaration
public Vector3 localEulerAngles
Field Value
Type Description
UnityEngine.Vector3
| Improve this Doc View Source

localScale

Declaration
public Vector3 localScale
Field Value
Type Description
UnityEngine.Vector3
| Improve this Doc View Source

pivot

Declaration
public Vector2 pivot
Field Value
Type Description
UnityEngine.Vector2
| Improve this Doc View Source

sizeDelta

Declaration
public Vector2 sizeDelta
Field Value
Type Description
UnityEngine.Vector2

Properties

| Improve this Doc View Source

offsetMax

Declaration
public Vector2 offsetMax { get; set; }
Property Value
Type Description
UnityEngine.Vector2
| Improve this Doc View Source

offsetMin

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