Show / Hide Table of Contents

Class DetailPrototype

Inheritance
Object
DetailPrototype
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 DetailPrototype

Constructors

| Improve this Doc View Source

DetailPrototype()

Declaration
public DetailPrototype()
| Improve this Doc View Source

DetailPrototype(DetailPrototype)

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

Properties

| Improve this Doc View Source

bendFactor

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

dryColor

Declaration
public Color dryColor { get; set; }
Property Value
Type Description
Color
| Improve this Doc View Source

healthyColor

Declaration
public Color healthyColor { get; set; }
Property Value
Type Description
Color
| Improve this Doc View Source

maxHeight

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

maxWidth

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

minHeight

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

minWidth

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

noiseSpread

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

prototype

Declaration
public GameObject prototype { get; set; }
Property Value
Type Description
GameObject
| Improve this Doc View Source

prototypeTexture

Declaration
public Texture2D prototypeTexture { get; set; }
Property Value
Type Description
Texture2D
| Improve this Doc View Source

renderMode

Declaration
public DetailRenderMode renderMode { get; set; }
Property Value
Type Description
DetailRenderMode
| Improve this Doc View Source

usePrototypeMesh

Declaration
public bool usePrototypeMesh { get; set; }
Property Value
Type Description
Boolean

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