Class SplatPrototype
Inheritance
SplatPrototype
Assembly: UnityEngine.dll
Syntax
public sealed class SplatPrototype
Properties
|
Improve this Doc
View Source
Declaration
public float metallic { get; set; }
Property Value
|
Improve this Doc
View Source
normalMap
Declaration
public Texture2D normalMap { get; set; }
Property Value
|
Improve this Doc
View Source
smoothness
Declaration
public float smoothness { get; set; }
Property Value
|
Improve this Doc
View Source
specular
Declaration
public Color specular { get; set; }
Property Value
|
Improve this Doc
View Source
texture
Declaration
public Texture2D texture { get; set; }
Property Value
|
Improve this Doc
View Source
tileOffset
Declaration
public Vector2 tileOffset { get; set; }
Property Value
|
Improve this Doc
View Source
tileSize
Declaration
public Vector2 tileSize { get; set; }
Property Value
Extension Methods