DynamicRenderableModel
in package
Table of Contents
Properties
- $castsShadows : bool
- Should this object cast shadows?
- $modelIdentifier : string
- The name / id of the model as it is registered in the LPModelCollection
Methods
- __construct() : mixed
- Construct a new DynamicRenderableModel
Properties
$castsShadows
Should this object cast shadows?
public
bool
$castsShadows
= true
$modelIdentifier
The name / id of the model as it is registered in the LPModelCollection
public
string
$modelIdentifier
Methods
__construct()
Construct a new DynamicRenderableModel
public
__construct(string $modelIdentifier) : mixed
Parameters
- $modelIdentifier : string