Summary
If true, obsolete members will be contained in a #if UNITY_EDITOR region to ensure that the user removes
all references to them prior to compiling a build (because otherwise they would get compile errors). By
default this property returns true.
- Assembly
- Weaver
.dll - Namespace
- Weaver
.Editor .Procedural .Scripting - Containing Type
- ScriptBuilder
Syntax
public virtual bool ObsoleteMembersAreEditorOnly { get; }
Value
Type | Description |
---|---|
bool |