|
| Brush (Texture brushTex, float scale, Color color) |
|
| Brush (Texture brushTex, float scale, Color color, ColorBlendType colorBlending) |
|
| Brush (Texture brushTex, float scale, Color color, Texture normalTex, float normalBlend) |
|
| Brush (Texture brushTex, float scale, Color color, Texture normalTex, float normalBlend, ColorBlendType colorBlending, NormalBlendType normalBlending) |
|
| Brush (Texture brushTex, float scale, Color color, Texture normalTex, float normalBlend, Texture heightTex, float heightBlend, ColorBlendType colorBlending, NormalBlendType normalBlending, HeightBlendType heightBlending) |
|
object | Clone () |
|
|
Texture | BrushTexture [get, set] |
| Brush texture. More...
|
|
Texture | BrushNormalTexture [get, set] |
| Brush's normal texture More...
|
|
Texture | BrushHeightTexture [get, set] |
| Brush height texture. More...
|
|
float | Scale [get, set] |
| The size of the brush. It takes a range from 0 to 1. More...
|
|
float | RotateAngle [get, set] |
| Rotate angle of the brush. More...
|
|
float | NormalBlend [get, set] |
| Blending coefficient of normal information. It takes a range from 0 to 1. More...
|
|
float | HeightBlend [get, set] |
| Blending factor of height information. It takes a range from 0 to 1. More...
|
|
Color | Color [get, set] |
| The color of the brush. More...
|
|
ColorBlendType | ColorBlending [get, set] |
| Color synthesis method. More...
|
|
NormalBlendType | NormalBlending [get, set] |
| Brush normal information synthesis method. More...
|
|
HeightBlendType | HeightBlending [get, set] |
| Brush height information synthesis method. More...
|
|
Class managing brush information.
Definition at line 10 of file Brush.cs.