Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace FOV

Index

Type aliases

LightCallbackFn<T>: (cell: T) => boolean

Type parameters

  • T

    Any type of data.

Type declaration

    • (cell: T): boolean
    • Returns true if the given cell doesn't let the "light" passes through.

      Parameters

      • cell: T

      Returns boolean

Generated using TypeDoc