Show / Hide Table of Contents

Class TreePrototype

Inheritance
Object
TreePrototype
Inherited Members
Object.ToString()
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEngine
Assembly: UnityEngine.dll
Syntax
public sealed class TreePrototype

Constructors

| Improve this Doc View Source

TreePrototype()

Declaration
public TreePrototype()
| Improve this Doc View Source

TreePrototype(TreePrototype)

Declaration
public TreePrototype(TreePrototype other)
Parameters
Type Name Description
TreePrototype other

Properties

| Improve this Doc View Source

bendFactor

Declaration
public float bendFactor { get; set; }
Property Value
Type Description
Single
| Improve this Doc View Source

prefab

Declaration
public GameObject prefab { get; set; }
Property Value
Type Description
GameObject

Methods

| Improve this Doc View Source

Equals(Object)

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
Object obj
Returns
Type Description
Boolean
Overrides
Object.Equals(Object)
| Improve this Doc View Source

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
Int32
Overrides
Object.GetHashCode()

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