Legacy Documentation: Version 5.0
Language: English
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

SpeedTreeImporter

Namespace: UnityEditor

/

Inherits from: AssetImporter

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Sumbission failed

For some reason your suggested change could not be submitted. Please try again in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Switch to Manual

Description

AssetImportor for importing SpeedTree model assets.

Static Variables

windQualityNamesGets an array of name strings for wind quality value.

Variables

alphaTestRefGets and sets a default alpha test reference values.
bestWindQualityReturns the best-possible wind quality on this asset (configured in SpeedTree modeler).
billboardTransitionCrossFadeWidthProportion of the last 3D mesh LOD region width which is used for cross-fading to billboard tree.
castShadowsGets and sets an array of booleans to enable shadow casting for each LOD.
enableBumpGets and sets an array of booleans to enable normal mapping for each LOD.
enableHueGets and sets an array of booleans to enable Hue variation effect for each LOD.
enableSmoothLODTransitionEnables smooth LOD transitions.
fadeOutWidthProportion of the billboard LOD region width which is used for fading out the billboard.
hasBillboardTells if there is a billboard LOD.
hasImportedTells if the SPM file has been previously imported.
hueVariationGets and sets a default Hue variation color and amount (in alpha).
LODHeightsGets and sets an array of floats of each LOD's screen height value.
mainColorGets and sets a default main color.
materialFolderPathReturns the folder path where generated materials will be placed in.
receiveShadowsGets and sets an array of booleans to enable shadow receiving for each LOD.
reflectionProbeUsagesGets and sets an array of Reflection Probe usages for each LOD.
scaleFactorHow much to scale the tree model compared to what is in the .spm file.
shininessGets and sets a default Shininess value.
specColorGets and sets a default specular color.
useLightProbesGets and sets an array of booleans to enable Light Probe lighting for each LOD.
windQualitiesGets and sets an array of integers of the wind qualities on each LOD. Values will be clampped by BestWindQuality internally.

Constructors

SpeedTreeImporterConstruct a new SpeedTreeImporter object.

Public Functions

GenerateMaterialsGenerates all necessary materials under materialFolderPath. If Version Control is enabled please first check out the folder.

Inherited members

Variables

assetBundleNameGet or set the AssetBundle name.
assetBundleVariantGet or set the AssetBundle variant.
assetPathThe path name of the asset for this importer. (Read Only)
userDataGet or set any user data.
hideFlagsShould the object be hidden, saved with the scene or modifiable by the user?
nameThe name of the object.

Public Functions

SaveAndReimportSave asset importer settings if asset importer is dirty.
GetInstanceIDReturns the instance id of the object.
ToStringReturns the name of the game object.

Static Functions

GetAtPathRetrieves the asset importer for the asset at path.
DestroyRemoves a gameobject, component or asset.
DestroyImmediateDestroys the object obj immediately. You are strongly recommended to use Destroy instead.
DontDestroyOnLoadMakes the object target not be destroyed automatically when loading a new scene.
FindObjectOfTypeReturns the first active loaded object of Type type.
FindObjectsOfTypeReturns a list of all active loaded objects of Type type.
InstantiateClones the object original and returns the clone.

Operators

boolDoes the object exist?
operator !=Compares if two objects refer to a different object.
operator ==Compares if two objects refer to the same.