BodyInfo
APJS Script API reference for the BodyInfo interface.
| Type | Name | Interface Description |
|---|---|---|
| Variables | detected: boolean | • Function: detected |
Use Case
@component()
export class NewBehaviourScript extends APJS.BasicScriptComponent {
onStart() {
// TODO: instantiate / use BodyInfo here
}
onUpdate(deltaTime: number) {
}
}