Class SUIndicatorData
Inheritance
SUIndicatorData
Assembly: cs.temp.dll.dll
Syntax
[Serializable]
public class SUIndicatorData : SUItemLinkData
Constructors
SUIndicatorData()
Declaration
Declaration
public SUIndicatorData(GameObject prefab, Camera cam, SUIndicatorData.Type_ID type, RenderMode renderMode = null, string customTag = "", Vector2 onScreenOffset = null, Transform playerObj = null, float radius = 0F)
Parameters
Type |
Name |
Description |
GameObject |
prefab |
|
Camera |
cam |
|
SUIndicatorData.Type_ID |
type |
|
RenderMode |
renderMode |
|
String |
customTag |
|
Vector2 |
onScreenOffset |
|
Transform |
playerObj |
|
Single |
radius |
|
Properties
DistanceState
Declaration
public SUIndicatorDistanceState_ID DistanceState { get; set; }
Property Value
IsOffScreenType
Declaration
public bool IsOffScreenType { get; }
Property Value
IsOnScreenType
Declaration
public bool IsOnScreenType { get; }
Property Value
LinkID
Declaration
public int LinkID { get; set; }
Property Value
PlayerObj
Declaration
public Transform PlayerObj { get; }
Property Value
Type |
Description |
Transform |
|
Radius
Declaration
public float Radius { get; }
Property Value
State
Declaration
public SUIndicatorState_ID State { get; set; }
Property Value
Type
Declaration
public SUIndicatorData.Type_ID Type { get; }
Property Value
VisualData
Declaration
public SUIndicatorVisualData VisualData { get; set; }
Property Value