C# Class uFrameECSDemo.BackgroundScroller

Inheritance: uFrame.ECS.EcsComponent
Afficher le fichier Open project: InvertGames/uFrameECSDemo Class Usage Examples

Méthodes publiques

Méthode Description
SetScrollSpeed ( System.Single value ) : void
SetStartPosition ( Vector3 value ) : void
SetTileSizeZ ( System.Single value ) : void

Method Details

SetScrollSpeed() public méthode

public SetScrollSpeed ( System.Single value ) : void
value System.Single
Résultat void

SetStartPosition() public méthode

public SetStartPosition ( Vector3 value ) : void
value Vector3
Résultat void

SetTileSizeZ() public méthode

public SetTileSizeZ ( System.Single value ) : void
value System.Single
Résultat void