C# Class ScreenShifter, unity-game-kappakiwi

Inheritance: MonoBehaviour
Afficher le fichier Open project: clee842/unity-game-kappakiwi Class Usage Examples

Méthodes publiques

Свойство Type Description
shiftDistance int

Méthodes publiques

Méthode Description
ScreenShifter ( ) : UnityEngine
ShiftScreen ( float shiftAmount ) : void

Private Methods

Méthode Description
initBackground ( ) : void
shiftBackground ( GameObject background, BackgroundScroller, scroller ) : void

Method Details

ScreenShifter() public méthode

public ScreenShifter ( ) : UnityEngine
Résultat UnityEngine

ShiftScreen() public méthode

public ShiftScreen ( float shiftAmount ) : void
shiftAmount float
Résultat void

Property Details

shiftDistance public_oe property

public int shiftDistance
Résultat int