public bool TryGetProperty (string propertyName, out float value);
public bool TryGetProperty (string propertyName, out Vector4 value);
public bool TryGetProperty (string propertyName, out string value);
public bool TryGetProperty (string propertyName, out AssetImporters.TexturePropertyDescription value);

Parámetros

propertyNameName of the property.
valueThe retrieved value.

Valor de retorno

bool Returns true if the property exists on the material. Returns false otherwise.

Descripción

Retrieves the value of a specified material property.