FnUsdAbstractionLib 0.6.0
|
Public Member Functions | |
PropertyInterface (std::string_view name, const Value::Type type) | |
PropertyInterface (std::string_view name, const Value::Type type, std::string_view displayGroup) | |
PropertyInterface (std::string_view name, const Value::Type type, std::string_view displayGroup, std::string_view displayName) | |
bool | operator< (const PropertyInterface &rhs) const |
bool | operator== (const PropertyInterface &rhs) const |
Public Attributes | |
std::string | name |
Value::Type | type |
std::string | displayGroup |
std::string | displayName |
Value | value |
Friends | |
std::ostream & | operator<< (std::ostream &os, const PropertyInterface &v) |
©2025 The Foundry Visionmongers, Ltd. All Rights Reserved. |