C# Class uFrameECSDemo.SpawnAtInterval

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

Méthodes publiques

Méthode Description
SetParent ( Transform value ) : void
SetPrefab ( GameObject value ) : void
SetSpeed ( System.Single value ) : void

Method Details

SetParent() public méthode

public SetParent ( Transform value ) : void
value UnityEngine.Transform
Résultat void

SetPrefab() public méthode

public SetPrefab ( GameObject value ) : void
value UnityEngine.GameObject
Résultat void

SetSpeed() public méthode

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