Show / Hide Table of Contents

Struct TreeInstance

Inherited Members
ValueType.Equals(Object)
ValueType.GetHashCode()
ValueType.ToString()
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetType()
Namespace: UnityEngine
Assembly: UnityEngine.dll
Syntax
public struct TreeInstance

Fields

| Improve this Doc View Source

color

Declaration
public Color32 color
Field Value
Type Description
Color32
| Improve this Doc View Source

heightScale

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

lightmapColor

Declaration
public Color32 lightmapColor
Field Value
Type Description
Color32
| Improve this Doc View Source

position

Declaration
public Vector3 position
Field Value
Type Description
Vector3
| Improve this Doc View Source

prototypeIndex

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

rotation

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

widthScale

Declaration
public float widthScale
Field Value
Type Description
Single

Extension Methods

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