C# Class NoahMove

Inheritance: MonoBehaviour
Afficher le fichier Open project: imann24/cs327-bestmobilegameever Class Usage Examples

Méthodes publiques

Свойство Type Description
interactionPos Vector2
isInteractionPending bool

Méthodes publiques

Méthode Description
GoTo ( Vector3 targetPoint, float speed ) : void
GoToInteraction ( Vector2 pos, Interactable, i, List iList ) : void

Private Methods

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

Method Details

GoTo() public méthode

public GoTo ( Vector3 targetPoint, float speed ) : void
targetPoint Vector3
speed float
Résultat void

GoToInteraction() public méthode

public GoToInteraction ( Vector2 pos, Interactable, i, List iList ) : void
pos Vector2
i Interactable,
iList List
Résultat void

Property Details

interactionPos public_oe property

public Vector2 interactionPos
Résultat Vector2

isInteractionPending public_oe property

public bool isInteractionPending
Résultat bool