Show / Hide Table of Contents

Class SplatPrototype

Inheritance
Object
SplatPrototype
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEngine
Assembly: UnityEngine.dll
Syntax
public sealed class SplatPrototype

Properties

| Improve this Doc View Source

metallic

Declaration
public float metallic { get; set; }
Property Value
Type Description
Single
| Improve this Doc View Source

normalMap

Declaration
public Texture2D normalMap { get; set; }
Property Value
Type Description
Texture2D
| Improve this Doc View Source

smoothness

Declaration
public float smoothness { get; set; }
Property Value
Type Description
Single
| Improve this Doc View Source

specular

Declaration
public Color specular { get; set; }
Property Value
Type Description
Color
| Improve this Doc View Source

texture

Declaration
public Texture2D texture { get; set; }
Property Value
Type Description
Texture2D
| Improve this Doc View Source

tileOffset

Declaration
public Vector2 tileOffset { get; set; }
Property Value
Type Description
Vector2
| Improve this Doc View Source

tileSize

Declaration
public Vector2 tileSize { get; set; }
Property Value
Type Description
Vector2

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
MustExtensions.MustBeNull<T>(T)
MustExtensions.MustBeNull<T>(T, String)
MustExtensions.MustNotBeNull<T>(T)
MustExtensions.MustNotBeNull<T>(T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX