Class HeightmapExtensions
Inheritance
System.Object
HeightmapExtensions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: AssetRipper.SourceGenerated.Extensions
Assembly: AssetRipper.SourceGenerated.Extensions.dll
Syntax
public static class HeightmapExtensions
Methods
| Improve this Doc View SourceGetHeight(IHeightmap)
Declaration
public static int GetHeight(this IHeightmap heightmap)
Parameters
Type | Name | Description |
---|---|---|
AssetRipper.SourceGenerated.Subclasses.Heightmap.IHeightmap | heightmap |
Returns
Type | Description |
---|---|
System.Int32 |
GetWidth(IHeightmap)
Declaration
public static int GetWidth(this IHeightmap heightmap)
Parameters
Type | Name | Description |
---|---|---|
AssetRipper.SourceGenerated.Subclasses.Heightmap.IHeightmap | heightmap |
Returns
Type | Description |
---|---|
System.Int32 |