Operator operator >
operator >(ScriptableRenderPass, ScriptableRenderPass)
Compares two instances of ScriptableRenderPass
by their RenderPassEvent
and returns if lhs
is executed after rhs
.
선언
public static bool operator >(ScriptableRenderPass lhs, ScriptableRenderPass rhs)
파라미터
타입 | 이름 | 설명 |
---|---|---|
ScriptableRenderPass | lhs | |
ScriptableRenderPass | rhs |
반환
타입 | 설명 |
---|---|
bool |