Light
Usage
import { Light } from '@playcanvas/react/components'
const DirectionalLight = (props) => {
return <Entity>
<Light type="directional" {...props} />
</Entity>
}
Props
The following props are based on PlayCanvas version 2.3.3. This documentation is automatically generated from the TypeScript types of the installed PlayCanvas package.
Last updated on