Set
Sets the property value.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: Unity.Android.Gradle
- Assembly: Unity.Android.Gradle
Set(T, AssignType)
Sets the property value.
public void Set(T value, AssignType assignType)
Parameters
Remarks
Unity throws an exception if one of the parent elements was removed from the file or has a raw value set.
Set(T)
Sets the property value.
public virtual void Set(T value)
Parameters
Remarks
Unity throws an exception if one of the parent elements was removed from the file or has a raw value set.