Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

var type: PropType;
PropType type;
type as PropType

Description

Type of the property (Read Only).

Material properties can be textures, colors, floats and so on. Depending on the type, you should use textureValue, colorValue, vectorValue or floatValue to access the property value.