Show / Hide Table of Contents

Class TreeGroupLeaf

Inheritance
Object
TreeGroup
TreeGroupLeaf
Inherited Members
TreeGroup.GenerateDoubleSidedGeometry
TreeGroup.GenerateBendNormalFactor
TreeGroup.GenerateBendBillboardNormalFactor
TreeGroup.uniqueID
TreeGroup.seed
TreeGroup.distributionFrequency
TreeGroup.distributionMode
TreeGroup.distributionCurve
TreeGroup.distributionNodes
TreeGroup.distributionTwirl
TreeGroup.distributionPitch
TreeGroup.distributionPitchCurve
TreeGroup.distributionScale
TreeGroup.distributionScaleCurve
TreeGroup.showAnimationProps
TreeGroup.animationPrimary
TreeGroup.animationSecondary
TreeGroup.animationEdge
TreeGroup.visible
TreeGroup.lockFlags
TreeGroup.nodeIDs
TreeGroup.parentGroupID
TreeGroup.childGroupIDs
TreeGroup.GetRadiusAtTime(TreeNode, Single, Boolean)
TreeGroup.Lock()
TreeGroup.Unlock()
TreeGroup.CheckExternalChanges()
TreeGroup.UpdateFrequency(TreeData)
TreeGroup.UpdateSeed()
TreeGroup.ComputeWindFactor(TreeNode, Single)
TreeGroup.GetRootSpread()
TreeGroup.GetRootMatrix()
TreeGroup.UpdateDistribution(Boolean, Boolean)
TreeGroup.GetMaterialIndex(Material, List<TreeMaterial>, Boolean)
TreeGroup.CreateTangent(TreeNode, Quaternion, Vector3)
TreeGroup.ComputeAmbientOcclusion(Vector3, Vector3, List<TreeAOSphere>, Single)
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: TreeEditor
Assembly: UnityEditor.dll
Syntax
[Serializable]
public class TreeGroupLeaf : TreeGroup

Fields

| Improve this Doc View Source

geometryMode

Declaration
public int geometryMode
Field Value
Type Description
Int32
| Improve this Doc View Source

horizontalAlign

Declaration
public float horizontalAlign
Field Value
Type Description
Single
| Improve this Doc View Source

instanceMesh

Declaration
public GameObject instanceMesh
Field Value
Type Description
GameObject
| Improve this Doc View Source

materialLeaf

Declaration
public Material materialLeaf
Field Value
Type Description
Material
| Improve this Doc View Source

perpendicularAlign

Declaration
public float perpendicularAlign
Field Value
Type Description
Single
| Improve this Doc View Source

size

Declaration
public Vector2 size
Field Value
Type Description
Vector2

Methods

| Improve this Doc View Source

BuildAOSpheres(List<TreeAOSphere>)

Declaration
public override void BuildAOSpheres(List<TreeAOSphere> aoSpheres)
Parameters
Type Name Description
List<TreeAOSphere> aoSpheres
Overrides
TreeGroup.BuildAOSpheres(List<TreeAOSphere>)
| Improve this Doc View Source

CanHaveSubGroups()

Declaration
public override bool CanHaveSubGroups()
Returns
Type Description
Boolean
Overrides
TreeGroup.CanHaveSubGroups()
| Improve this Doc View Source

UpdateMatrix()

Declaration
public override void UpdateMatrix()
Overrides
TreeGroup.UpdateMatrix()
| Improve this Doc View Source

UpdateMesh(List<TreeMaterial>, List<TreeVertex>, List<TreeTriangle>, List<TreeAOSphere>, Int32, Single, Single)

Declaration
public override void UpdateMesh(List<TreeMaterial> materials, List<TreeVertex> verts, List<TreeTriangle> tris, List<TreeAOSphere> aoSpheres, int buildFlags, float adaptiveQuality, float aoDensity)
Parameters
Type Name Description
List<TreeMaterial> materials
List<TreeVertex> verts
List<TreeTriangle> tris
List<TreeAOSphere> aoSpheres
Int32 buildFlags
Single adaptiveQuality
Single aoDensity
Overrides
TreeGroup.UpdateMesh(List<TreeMaterial>, List<TreeVertex>, List<TreeTriangle>, List<TreeAOSphere>, Int32, Single, Single)
| Improve this Doc View Source

UpdateParameters()

Declaration
public override void UpdateParameters()
Overrides
TreeGroup.UpdateParameters()

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
MustExtensions.MustBeNull<T>(T)
MustExtensions.MustBeNull<T>(T, String)
MustExtensions.MustNotBeNull<T>(T)
MustExtensions.MustNotBeNull<T>(T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX