Struct LOD
Assembly: UnityEngine.dll
Syntax
Constructors
|
Improve this Doc
View Source
LOD(Single, Renderer[])
Declaration
public LOD(float screenRelativeTransitionHeight, Renderer[] renderers)
Parameters
Type |
Name |
Description |
Single |
screenRelativeTransitionHeight |
|
Renderer[] |
renderers |
|
Fields
|
Improve this Doc
View Source
fadeTransitionWidth
Declaration
public float fadeTransitionWidth
Field Value
|
Improve this Doc
View Source
renderers
Declaration
public Renderer[] renderers
Field Value
|
Improve this Doc
View Source
screenRelativeTransitionHeight
Declaration
public float screenRelativeTransitionHeight
Field Value
Extension Methods