Class SpeedTreeImporter
Inheritance
SpeedTreeImporter
Assembly: UnityEditor.dll
Syntax
public class SpeedTreeImporter : AssetImporter
Fields
|
Improve this Doc
View Source
windQualityNames
Declaration
public static readonly string[] windQualityNames
Field Value
Properties
alphaTestRef
Declaration
public float alphaTestRef { get; set; }
Property Value
animateCrossFading
Declaration
public bool animateCrossFading { get; set; }
Property Value
bestWindQuality
Declaration
public int bestWindQuality { get; }
Property Value
billboardTransitionCrossFadeWidth
Declaration
public float billboardTransitionCrossFadeWidth { get; set; }
Property Value
castShadows
Declaration
public bool[] castShadows { get; set; }
Property Value
enableBump
Declaration
public bool[] enableBump { get; set; }
Property Value
enableHue
Declaration
public bool[] enableHue { get; set; }
Property Value
enableSmoothLODTransition
Declaration
public bool enableSmoothLODTransition { get; set; }
Property Value
enableSubsurface
Declaration
public bool[] enableSubsurface { get; set; }
Property Value
fadeOutWidth
Declaration
public float fadeOutWidth { get; set; }
Property Value
hasBillboard
Declaration
public bool hasBillboard { get; }
Property Value
hasImported
Declaration
public bool hasImported { get; }
Property Value
hueVariation
Declaration
public Color hueVariation { get; set; }
Property Value
isV8
Declaration
public bool isV8 { get; }
Property Value
LODHeights
Declaration
public float[] LODHeights { get; set; }
Property Value
mainColor
Declaration
public Color mainColor { get; set; }
Property Value
materialFolderPath
Declaration
public string materialFolderPath { get; }
Property Value
materialLocation
Declaration
public SpeedTreeImporter.MaterialLocation materialLocation { get; set; }
Property Value
receiveShadows
Declaration
public bool[] receiveShadows { get; set; }
Property Value
reflectionProbeUsages
Declaration
public ReflectionProbeUsage[] reflectionProbeUsages { get; set; }
Property Value
scaleFactor
Declaration
public float scaleFactor { get; set; }
Property Value
useLightProbes
Declaration
public bool[] useLightProbes { get; set; }
Property Value
windQualities
Declaration
public int[] windQualities { get; set; }
Property Value
Methods
GenerateMaterials()
Declaration
public void GenerateMaterials()
|
Improve this Doc
View Source
SearchAndRemapMaterials(String)
Declaration
public bool SearchAndRemapMaterials(string materialFolderPath)
Parameters
Type |
Name |
Description |
String |
materialFolderPath |
|
Returns
Extension Methods