Show / Hide Table of Contents

Class UIFollow

Inheritance
System.Object
UIFollow
Namespace: ShadowBox.Types
Assembly: cs.temp.dll.dll
Syntax
public class UIFollow : MonoBehaviour

Fields

GameCamera

Declaration
public Camera GameCamera
Field Value
Type Description
Camera

Offset

Declaration
public Vector2 Offset
Field Value
Type Description
Vector2

ToFollow

Declaration
public Transform ToFollow
Field Value
Type Description
Transform

Properties

IsOffscreen

Declaration
public bool IsOffscreen { get; }
Property Value
Type Description
System.Boolean

OffscreenOffset

Declaration
public Vector2 OffscreenOffset { get; }
Property Value
Type Description
Vector2
Back to top Generated by DocFX