C# Class NoahMove

Inheritance: MonoBehaviour
显示文件 Open project: imann24/cs327-bestmobilegameever Class Usage Examples

Public Properties

Property Type Description
interactionPos Vector2
isInteractionPending bool

Public Methods

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

Private Methods

Method Description
Start ( ) : void
Update ( ) : void

Method Details

GoTo() public method

public GoTo ( Vector3 targetPoint, float speed ) : void
targetPoint Vector3
speed float
return void

GoToInteraction() public method

public GoToInteraction ( Vector2 pos, Interactable, i, List iList ) : void
pos Vector2
i Interactable,
iList List
return void

Property Details

interactionPos public_oe property

public Vector2 interactionPos
return Vector2

isInteractionPending public_oe property

public bool isInteractionPending
return bool