C# Class InteractText, Hellbound

Inheritance: MonoBehaviour
Datei anzeigen Open project: Backman/Hellbound Class Usage Examples

Public Properties

Property Type Description
m_ExamineText UILabel,
m_Offset Vector3
m_PickupText UILabel,
m_Target GameObject
m_UseText UILabel,
r_Grid UIGrid,

Public Methods

Method Description
Awake ( ) : void
LateUpdate ( ) : void
Start ( ) : void
active ( bool value ) : void
reposition ( ) : void
setupInteractionTexts ( string examineText, string useText ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

LateUpdate() public method

public LateUpdate ( ) : void
return void

Start() public method

public Start ( ) : void
return void

active() public method

public active ( bool value ) : void
value bool
return void

reposition() public method

public reposition ( ) : void
return void

setupInteractionTexts() public method

public setupInteractionTexts ( string examineText, string useText ) : void
examineText string
useText string
return void

Property Details

m_ExamineText public_oe property

public UILabel, m_ExamineText
return UILabel,

m_Offset public_oe property

public Vector3 m_Offset
return Vector3

m_PickupText public_oe property

public UILabel, m_PickupText
return UILabel,

m_Target public_oe property

public GameObject m_Target
return GameObject

m_UseText public_oe property

public UILabel, m_UseText
return UILabel,

r_Grid public_oe property

public UIGrid, r_Grid
return UIGrid,