HeightmapExtensions Class
Namespace: Stride.PhysicsAssembly: Stride.Physics.dll
System.Object →
HeightmapExtensions
Derived from HeightmapExtensions:
public static class HeightmapExtensions
| Name | Description | |
|---|---|---|
| Methods | ||
| CreateTexture(Heightmap, GraphicsDevice) | ||
| IsValid(Heightmap) | ||
Methods
CreateTexture(Heightmap, GraphicsDevice)
public static Texture CreateTexture(this Heightmap heightmap, GraphicsDevice device)
Parameters
| Type | Name | Description |
|---|---|---|
| Heightmap | heightmap | |
| GraphicsDevice | device |
Returns
| Type | Description |
|---|---|
| Texture |
IsValid(Heightmap)
public static bool IsValid(this Heightmap heightmap)
Parameters
| Type | Name | Description |
|---|---|---|
| Heightmap | heightmap |
Returns
| Type | Description |
|---|---|
| System.Boolean |