Unity - Scripting API: BaseBlock
class in Unity.Android.Gradle
/
Inherits from:Unity.Android.Gradle.BaseElement
Success!
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
Submission failed
For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
Description
Abstract base class for all existing block elements.
Empty blocks don't appear in the resulting file. A block is empty if it has no children and has no raw value set.
Constructors
| Constructor | Description |
|---|---|
| BaseBlock | Element constructor. |
Public Methods
| Method | Description |
|---|---|
| AddElement | Adds a new element as a child. |
| Clear | Clears the content of this element. |
| GetElement | Gets an element by ID. |
| GetElements | Gets all custom child elements. |
| GetName | Gets the name of the block. In some cases, the name is the signature of the function. |
| GetRaw | Gets the raw value of this block. |
| GetUniqueName | Gets the unique name of the element. |
| RemoveElement | Removes a child element by id. |
| SetRaw | Sets a raw string value to this block. |
| ToString | Gets a serialized value from this block. |