Searched refs:scopeType_ (Results 1 – 2 of 2) sorted by relevance
31 : effectType_(effectType), scopeType_(scopeType) in SymbolEffectOptions()35 : effectType_(effectType), scopeType_(scopeType), commonSubType_(commonSubType) in SymbolEffectOptions()52 scopeType_ = scopeType; in SetScopeType()142 return scopeType_; in GetScopeType()187 json->Put("scopeType", static_cast<int32_t>(scopeType_.value_or(ScopeType::LAYER))); in ToString()205 std::optional<ScopeType> scopeType_; variable
27 return effectType_ == other.effectType_ && scopeType_ == other.scopeType_ && in operator ==()