 |
PixelsNodePixelSizes Property |
Gets or sets a float array that specifies the sizes for each pixel. When size is less of equal to 0, then the pixel is not rendered.
When PixelSizes array is set, the
PixelSize value is multiplied with each size defined in the array (set PixelSize to 1 to use the values specified in this array).
When null, the size of all the pixels is set by the value defined by the
PixelSize property.
When individual values of PixelSizes are changed, you need to call
UpdatePixelSizes method for the changes to take effect.
Namespace: Ab4d.SharpEngine.SceneNodesAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 4.0.9584+ba1aaa26d4181dd3fa8ed7b6398391d1affa36c8
Syntaxpublic float[]? PixelSizes { get; set; }Property Value
Single
See Also