Property CompileOnce
CompileOnce
If set, the script gets compiled(or loaded from binary form) only once. All subsequent calls will re-use compiled/loaded binaries. This is needed to ensure that packed version never gets re-compiled
Declaration
public bool CompileOnce { get; set; }
Property Value
Type | Description |
---|---|
bool |