Version: 2020.1
언어: 한국어
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);

파라미터

propertyName Name of the property.
value The retrieved value.

반환

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

설명

Retrieves the value of a specified material property.