Show / Hide Table of Contents

Class TerrainExtensions

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

Methods

| Improve this Doc View Source

UpdateGIMaterials(Terrain)

Declaration
public static void UpdateGIMaterials(this Terrain terrain)
Parameters
Type Name Description
Terrain terrain
| Improve this Doc View Source

UpdateGIMaterials(Terrain, Int32, Int32, Int32, Int32)

Declaration
public static void UpdateGIMaterials(this Terrain terrain, int x, int y, int width, int height)
Parameters
Type Name Description
Terrain terrain
Int32 x
Int32 y
Int32 width
Int32 height
  • Improve this Doc
  • View Source
Back to top Generated by DocFX