Class DetailPrototype
Inheritance
DetailPrototype
Assembly: UnityEngine.dll
Syntax
public sealed class DetailPrototype
Constructors
|
Improve this Doc
View Source
DetailPrototype()
Declaration
|
Improve this Doc
View Source
DetailPrototype(DetailPrototype)
Declaration
public DetailPrototype(DetailPrototype other)
Parameters
Properties
|
Improve this Doc
View Source
bendFactor
Declaration
public float bendFactor { get; set; }
Property Value
|
Improve this Doc
View Source
dryColor
Declaration
public Color dryColor { get; set; }
Property Value
|
Improve this Doc
View Source
healthyColor
Declaration
public Color healthyColor { get; set; }
Property Value
|
Improve this Doc
View Source
maxHeight
Declaration
public float maxHeight { get; set; }
Property Value
|
Improve this Doc
View Source
maxWidth
Declaration
public float maxWidth { get; set; }
Property Value
|
Improve this Doc
View Source
minHeight
Declaration
public float minHeight { get; set; }
Property Value
|
Improve this Doc
View Source
minWidth
Declaration
public float minWidth { get; set; }
Property Value
|
Improve this Doc
View Source
noiseSpread
Declaration
public float noiseSpread { get; set; }
Property Value
|
Improve this Doc
View Source
prototype
Declaration
public GameObject prototype { get; set; }
Property Value
|
Improve this Doc
View Source
prototypeTexture
Declaration
public Texture2D prototypeTexture { get; set; }
Property Value
|
Improve this Doc
View Source
renderMode
Declaration
public DetailRenderMode renderMode { get; set; }
Property Value
|
Improve this Doc
View Source
usePrototypeMesh
Declaration
public bool usePrototypeMesh { 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