Property PositiveZ
- Namespace
- Bonsai.Shaders.Configuration
- Assembly
- Bonsai.Shaders.dll
PositiveZ
Gets or sets the name of the image file to load for the positive Z direction.
[FileNameFilter("Image Files|*.png;*.bmp;*.jpg;*.jpeg;*.tif|PNG Files (*.png)|*.png|BMP Files (*.bmp)|*.bmp|JPEG Files (*.jpg;*.jpeg)|*.jpg;*.jpeg|TIFF Files (*.tif)|*.tif")]
[TypeConverter(typeof(ResourceFileNameConverter))]
public string PositiveZ { get; set; }