Class TreePrototype
Inheritance
TreePrototype
Assembly: UnityEngine.dll
Syntax
public sealed class TreePrototype
Constructors
|
Improve this Doc
View Source
TreePrototype()
Declaration
|
Improve this Doc
View Source
TreePrototype(TreePrototype)
Declaration
public TreePrototype(TreePrototype other)
Parameters
Properties
|
Improve this Doc
View Source
bendFactor
Declaration
public float bendFactor { get; set; }
Property Value
|
Improve this Doc
View Source
prefab
Declaration
public GameObject prefab { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
Object |
obj |
|
Returns
Overrides
|
Improve this Doc
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
Extension Methods