C# Class SwipePlayerInMenu, SlashRunner

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

Méthodes publiques

Свойство Type Description
cam GameObject
playButton GameObject
remains GameObject
sceneName string
target Transform

Méthodes publiques

Méthode Description
Start ( ) : void
Update ( ) : void
Wait ( ) : void

Private Methods

Méthode Description
WaitToDie ( float waitTime ) : IEnumerator

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Wait() public méthode

public Wait ( ) : void
Résultat void

Property Details

cam public_oe property

Camera
public GameObject cam
Résultat GameObject

playButton public_oe property

public GameObject playButton
Résultat GameObject

remains public_oe property

public GameObject remains
Résultat GameObject

sceneName public_oe property

public string sceneName
Résultat string

target public_oe property

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