C# Class MoveToClickPoint, gamemachine

Inheritance: MonoBehaviour
Afficher le fichier Open project: gamemachine/gamemachine Class Usage Examples

Méthodes publiques

Свойство Type Description
destination Transform
obstacle GameObject

Méthodes publiques

Méthode Description
Start ( ) : void
Update ( ) : void

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

destination public_oe property

public Transform destination
Résultat Transform

obstacle public_oe property

public GameObject obstacle
Résultat GameObject