Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


BaseProperty

Abstract base class for all existing property elements.
Read time 1 minuteLast updated 11 days ago

Definition

public abstract class BaseProperty : BaseElement, ICloneable

Methods

Method

Description

ClearClears the content of this element.
GetNameGets the name of the property.
RemoveRemoves this property from the file.
SetRawSets a raw string value to this property.

Inheritance