Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Property<T>

Base class for all properties in gradle files.
Read time 1 minuteLast updated 11 days ago

Definition

public class Property<T> : BaseProperty, ICloneable

Methods

Method

Description

ClearClears the content of this element.
GetGets the value of this property.
GetRawGets the raw value of this property.
GetUniqueNameIf property has a raw string value set - method will return that value. If property has a regular value set, the method will return a formatted string of that value.
RemoveRemoves this element from the file.
SetSets the property value.
SetRawSets a raw string value to this property.
ToStringGets a serialized value of this property.

Inheritance