C# Class ImportantObject, Heavy-Insertion

Inheritance: MonoBehaviour
Afficher le fichier Open project: Rabenvald/Heavy-Insertion

Méthodes publiques

Свойство Type Description
Health int
camTarget GameObject

Méthodes publiques

Méthode Description
OffsetFocus ( Vector3 offset ) : void
OnDestroy ( ) : void
SetFocus ( GameObject targ ) : void
SetFocus ( GameObject targ, Vector3 offset ) : void
Start ( ) : void
TakeFocus ( ) : void
TakeFocus ( Vector3 offset ) : void
Update ( ) : void

Méthodes protégées

Méthode Description
FindFocus ( ) : void

Method Details

FindFocus() protected méthode

protected FindFocus ( ) : void
Résultat void

OffsetFocus() public méthode

public OffsetFocus ( Vector3 offset ) : void
offset Vector3
Résultat void

OnDestroy() public méthode

public OnDestroy ( ) : void
Résultat void

SetFocus() public méthode

public SetFocus ( GameObject targ ) : void
targ GameObject
Résultat void

SetFocus() public méthode

public SetFocus ( GameObject targ, Vector3 offset ) : void
targ GameObject
offset Vector3
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

TakeFocus() public méthode

public TakeFocus ( ) : void
Résultat void

TakeFocus() public méthode

public TakeFocus ( Vector3 offset ) : void
offset Vector3
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

Health public_oe property

public int Health
Résultat int

camTarget public_oe property

public GameObject camTarget
Résultat GameObject