public int DenLayout {get; set;}
'Declaration
Public Property DenLayout As Integer
'Usage
Dim instance As PerlinCommand
Dim value As Integer
instance.DenLayout = value
value = instance.DenLayout
public int DenLayout {get; set;}
get_DenLayout();
set_DenLayout(value);
Object.defineProperty('DenLayout');
public:
property int DenLayout {
int get();
void set ( int value);
}
Property Value
Value that represents the density of the layout for the produced noise. Possible values range from 0 through 100. When using a low DenLayout value the noise will appear with light color.