Property m_SetupIsACoroutine
m_SetupIsACoroutine
If this is false, SetUp will call OnInlineSetUp instead of OnSetUp. 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_SetupIsACoroutine { get; }
Property Value
Type | Description |
---|---|
bool |