MeshSettings
Inherits from DataContainer
Summary
Constructors
MeshSettings() |
MeshSettings(guid: Guid) |
MeshSettings(other: DataContainer) |
Properties
Name | Type |
---|---|
overrideShadersShaderName | string |
overrideShadersMeshName | string |
forceLod | int |
globalLodScale | float |
shadowDistanceScale | float |
loadingEnabled | bool |
Static members
Name | Type |
---|---|
MeshSettings.typeInfo | TypeInformation |
Constructors
MeshSettings
MeshSettings()
Creates a new MeshSettings frostbite instance.
MeshSettings
MeshSettings(guid: Guid)
Creates a new MeshSettings frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
MeshSettings
MeshSettings(other: DataContainer)
Casts an instance of type DataContainer to MeshSettings. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to MeshSettings. |
Properties
overrideShadersShaderName
string
overrideShadersMeshName
string
forceLod
int
globalLodScale
float
shadowDistanceScale
float
loadingEnabled
bool
Static members
typeInfo
The type information for the MeshSettings type.
Last modified April 26, 2020: Update frostbite type documentation (8b14351c)