Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


MaterialPropertyType

The type of a given material property.
Read time 1 minuteLast updated 6 days ago

Definition

  • Type: Enum
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule
public enum MaterialPropertyType

Fields

Value

Description

ComputeBufferA Compute Buffer Property.
ConstantBufferA Constant Buffer Property.
FloatA Float Property.
IntAn Integer Property.
MatrixA Matrix Property.
TextureA Texture Property.
VectorA Vector Property.