Struct LODGroupExtensions.LODParams
Represents LOD parameters.
Namespace: Unity.Rendering
Assembly: solution.dll
Syntax
public struct LODGroupExtensions.LODParams
Fields
Name | Description |
---|---|
cameraPos | The camera position. |
distanceScale | The LOD distance scale. |
isOrtho | Indicates whether the camera is in orthographic mode. |
orthosize | The orthographic size of the camera. |
Methods
Name | Description |
---|---|
Equals(LODParams) | Indicates whether the current object is equal to another object of the same type. |
Equals(LODParams, LODParams) | Determines whether the specified objects are equal. |
GetHashCode(LODParams) | Returns a hash code for the specified object. |