C# Class DarknessFollow, angrygoats

Purpose: Used for the Darkness level to make the dark image follow the player. Issue: The size of the "vision" does not scale well with the screen size.
Inheritance: MonoBehaviour
Afficher le fichier Open project: dulb640/angrygoats

Méthodes publiques

Свойство Type Description
darknessImage UnityEngine.RectTransform
objectToFollow Transform

Méthodes publiques

Méthode Description
Update ( ) : void

Method Details

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

darknessImage public_oe property

public RectTransform,UnityEngine darknessImage
Résultat UnityEngine.RectTransform

objectToFollow public_oe property

public Transform objectToFollow
Résultat Transform