VISU - PHP Game Framework

DevEntityPickerDelegate

Table of Contents

Methods

devEntityPickerDidSelectEntity()  : void
Called when the dev entity picker has selected an entity
devEntityPickerRequestsCameraData()  : CameraData
Called when the dev entity picker is about to initate a selection and requires the delegate to return the current camera data

Methods

devEntityPickerDidSelectEntity()

Called when the dev entity picker has selected an entity

public devEntityPickerDidSelectEntity(int $entityId) : void
Parameters
$entityId : int

devEntityPickerRequestsCameraData()

Called when the dev entity picker is about to initate a selection and requires the delegate to return the current camera data

public devEntityPickerRequestsCameraData() : CameraData
Return values
CameraData

        
On this page

Search results