2024 Method
Changes 0
M

AssetProperty.GetAllConnectedProperties

Description:
Gets the list of the connected properties. Connected properties are the detachable properties of an AssetProperty. e.g. diffuse property can have texture as its connected property. It can also detach texture on runtime.
public IList<AssetProperty> GetAllConnectedProperties()
IList<AssetProperty> A list of the connected properties.