MeshLodGroup
Inherits from Asset
Summary
Constructors
MeshLodGroup() |
MeshLodGroup(guid: Guid) |
MeshLodGroup(other: Asset) |
MeshLodGroup(other: DataContainer) |
Properties
Name | Type |
---|---|
lod1Distance | float |
lod2Distance | float |
lod3Distance | float |
lod4Distance | float |
lod5Distance | float |
shadowDistance | float |
cullScreenArea | float |
Static members
Name | Type |
---|---|
MeshLodGroup.typeInfo | TypeInformation |
Constructors
MeshLodGroup
MeshLodGroup()
Creates a new MeshLodGroup frostbite instance.
MeshLodGroup
MeshLodGroup(guid: Guid)
Creates a new MeshLodGroup frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
MeshLodGroup
MeshLodGroup(other: Asset)
Casts an instance of type Asset to MeshLodGroup. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | Asset | The instance to cast to MeshLodGroup. |
MeshLodGroup
MeshLodGroup(other: DataContainer)
Casts an instance of type DataContainer to MeshLodGroup. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to MeshLodGroup. |
Properties
lod1Distance
float
lod2Distance
float
lod3Distance
float
lod4Distance
float
lod5Distance
float
shadowDistance
float
cullScreenArea
float
Static members
typeInfo
The type information for the MeshLodGroup type.
Last modified April 26, 2020: Update frostbite type documentation (8b14351c)