Class GSplatPrototype
An object contains settings for terrain texture layer.
[Serializable]
public class GSplatPrototype
- Inheritance
-
GSplatPrototype
- Inherited Members
Properties
- Metallic
Metallic value of the layer.
- NormalMap
The normal map texture.
- Smoothness
Smoothness value of the layer.
- Texture
The color texture.
- TileOffset
Offset this texture in world space.
- TileSize
Size of the texture in world space.
Operators
- explicit operator TerrainLayer(GSplatPrototype)
Cast to Unity's terrain layer.
- explicit operator GSplatPrototype(TerrainLayer)
Cast from Unity's Terrain Layer