Property m_TearDownIsACoroutine
m_TearDownIsACoroutine
If this is false, TearDown will call OnInlineTearDown instead of OnTearDown. This is a performance advantage when not using the coroutine functionality, as a coroutine that has no yield instructions in it will nonetheless still result in delaying the continuation of the method that called it for a full frame after it returns.
Declaration
protected virtual bool m_TearDownIsACoroutine { get; }
Property Value
Type | Description |
---|---|
bool |