Show / Hide Table of Contents

Class FusRectTransform

Building block to set up User Interface hierarchies.

Inheritance
System.Object
FusComponent
FusRectTransform
Implements
IComponent
Inherited Members
FusComponent.Name
FusComponent.Active
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: Fusee.Serialization.V1
Assembly: Fusee.Serialization.dll
Syntax
public class FusRectTransform : FusComponent, IComponent

Fields

Anchors

Per-cent setting where to place the anchor point in respect to the area defined by the parent node.

Declaration
public MinMaxRect Anchors
Field Value
Type Description
MinMaxRect

Offsets

Absolute offset values added to the anchor points.

Declaration
public MinMaxRect Offsets
Field Value
Type Description
MinMaxRect

Implements

IComponent
Generated by DocFX
GitHub Repo
Back to top