C# Class uFrameECSDemo.Movable

Inheritance: uFrame.ECS.EcsComponent
Show file Open project: InvertGames/uFrameECSDemo Class Usage Examples

Public Methods

Method Description
SetHorizontal ( System.Single value ) : void
SetSpeed ( System.Single value ) : void
SetTilt ( System.Single value ) : void
SetVertical ( System.Single value ) : void

Method Details

SetHorizontal() public method

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

SetSpeed() public method

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

SetTilt() public method

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

SetVertical() public method

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