Class SUItemLinkData
Inheritance
SUItemLinkData
Assembly: cs.temp.dll.dll
Syntax
[Serializable]
public abstract class SUItemLinkData
Fields
_cam
Camera of the UI prefab ( YOU MUST NOT SET THIS PROPERTY! )
Declaration
Field Value
_customTag
Declaration
protected string _customTag
Field Value
_onScreenOffset
Declaration
protected Vector2 _onScreenOffset
Field Value
_prefab
UI prefab that should follow the target
Declaration
protected GameObject _prefab
Field Value
Type |
Description |
GameObject |
|
_renderMode
Declaration
protected RenderMode _renderMode
Field Value
Type |
Description |
RenderMode |
|
Properties
Cam
Declaration
public Camera Cam { get; set; }
Property Value
CustomTag
Declaration
public string CustomTag { get; }
Property Value
OnScreenOffset
Declaration
public Vector2 OnScreenOffset { get; }
Property Value
Prefab
Declaration
public GameObject Prefab { get; }
Property Value
Type |
Description |
GameObject |
|
RectT
RectTransform of the UI prefab ( YOU MUST NOT SET THIS PROPERTY! )
Declaration
public RectTransform RectT { get; set; }
Property Value
Type |
Description |
RectTransform |
|
RenderMode
Declaration
public RenderMode RenderMode { get; }
Property Value
Type |
Description |
RenderMode |
|
Target
Target to follow ( YOU MUST NOT SET THIS PROPERTY! )
Declaration
public Transform Target { get; set; }
Property Value
Type |
Description |
Transform |
|