C# Class uFrameECSDemo.BackgroundScroller

Inheritance: uFrame.ECS.EcsComponent
Datei anzeigen Open project: InvertGames/uFrameECSDemo Class Usage Examples

Public Methods

Method Description
SetScrollSpeed ( System.Single value ) : void
SetStartPosition ( Vector3 value ) : void
SetTileSizeZ ( System.Single value ) : void

Method Details

SetScrollSpeed() public method

public SetScrollSpeed ( System.Single value ) : void
value System.Single
return void

SetStartPosition() public method

public SetStartPosition ( Vector3 value ) : void
value Vector3
return void

SetTileSizeZ() public method

public SetTileSizeZ ( System.Single value ) : void
value System.Single
return void