C# Class uFrameECSDemo.Movable

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

Méthodes publiques

Méthode 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 méthode

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

SetSpeed() public méthode

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

SetTilt() public méthode

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

SetVertical() public méthode

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