Property | Type | Description | |
---|---|---|---|
interactionBox | GameObject | ||
moveSpeed | float |
Method | Description | |
---|---|---|
CheckForNPC ( GameObject interactionBox, GameObject &npcInteracting ) : bool | ||
EnableMovement ( bool enable ) : void | ||
OnSpawnPlayer ( Vector2 directionToFace ) : void | ||
RemoveFromNpcList ( GameObject go ) : void | ||
Start ( ) : void | ||
Update ( ) : void |
public CheckForNPC ( GameObject interactionBox, GameObject &npcInteracting ) : bool | ||
interactionBox | GameObject | |
npcInteracting | GameObject | |
return | bool |
public OnSpawnPlayer ( Vector2 directionToFace ) : void | ||
directionToFace | Vector2 | |
return | void |
public RemoveFromNpcList ( GameObject go ) : void | ||
go | GameObject | |
return | void |