C# Class Assets.Scripts.Utils.Parallax

Inheritance: MonoBehaviourBase
Datei anzeigen Open project: nubick/unity-utils

Public Properties

Property Type Description
BoundX float
ItemPrefab UnityEngine.Transform
ItemWidth float
ItemsCount int
Speed float

Public Methods

Method Description
Awake ( ) : void
Update ( ) : void

Private Methods

Method Description
MoveFirstPart ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

BoundX public_oe property

public float BoundX
return float

ItemPrefab public_oe property

public Transform,UnityEngine ItemPrefab
return UnityEngine.Transform

ItemWidth public_oe property

public float ItemWidth
return float

ItemsCount public_oe property

public int ItemsCount
return int

Speed public_oe property

public float Speed
return float