C# Class InteractText, Hellbound

Inheritance: MonoBehaviour
Afficher le fichier Open project: Backman/Hellbound Class Usage Examples

Méthodes publiques

Свойство Type Description
m_ExamineText UILabel,
m_Offset Vector3
m_PickupText UILabel,
m_Target GameObject
m_UseText UILabel,
r_Grid UIGrid,

Méthodes publiques

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

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

LateUpdate() public méthode

public LateUpdate ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

active() public méthode

public active ( bool value ) : void
value bool
Résultat void

reposition() public méthode

public reposition ( ) : void
Résultat void

setupInteractionTexts() public méthode

public setupInteractionTexts ( string examineText, string useText ) : void
examineText string
useText string
Résultat void

Property Details

m_ExamineText public_oe property

public UILabel, m_ExamineText
Résultat UILabel,

m_Offset public_oe property

public Vector3 m_Offset
Résultat Vector3

m_PickupText public_oe property

public UILabel, m_PickupText
Résultat UILabel,

m_Target public_oe property

public GameObject m_Target
Résultat GameObject

m_UseText public_oe property

public UILabel, m_UseText
Résultat UILabel,

r_Grid public_oe property

public UIGrid, r_Grid
Résultat UIGrid,