C# Class ModifyCameraTargetButton, SlashRunner

Moves the camera to a new target on press.
Inheritance: ButtonBehaviour
Afficher le fichier Open project: matthewAURA/SlashRunner

Méthodes publiques

Свойство Type Description
cam GameObject
target Transform

Méthodes protégées

Méthode Description
OnButtonPress ( ) : void

Method Details

OnButtonPress() protected méthode

protected OnButtonPress ( ) : void
Résultat void

Property Details

cam public_oe property

Camera
public GameObject cam
Résultat GameObject

target public_oe property

The new camera target after button press
public Transform target
Résultat Transform