C# Class UnityEngine.LOD

Afficher le fichier Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Méthodes publiques

Свойство Type Description
fadeTransitionWidth float
renderers UnityEngine.Renderer[]
screenRelativeTransitionHeight float

Méthodes publiques

Méthode Description
LOD ( float screenRelativeTransitionHeight, Renderer renderers ) : System

Construct a LOD.

Method Details

LOD() public méthode

Construct a LOD.

public LOD ( float screenRelativeTransitionHeight, Renderer renderers ) : System
screenRelativeTransitionHeight float The screen relative height to use for the transition [0-1].
renderers Renderer An array of renderers to use for this LOD level.
Résultat System

Property Details

fadeTransitionWidth public_oe property

Width of the cross-fade transition zone (proportion to the current LOD's whole length) [0-1]. Only used if it's not animated.

public float fadeTransitionWidth
Résultat float

renderers public_oe property

List of renderers for this LOD level.

public Renderer[],UnityEngine renderers
Résultat UnityEngine.Renderer[]

screenRelativeTransitionHeight public_oe property

The screen relative height to use for the transition [0-1].

public float screenRelativeTransitionHeight
Résultat float