EntropyEngine::Networking::NetworkSession::ShaderParameterDefData
EntropyEngine::Networking::NetworkSession::ShaderParameterDefData
Section titled “EntropyEngine::Networking::NetworkSession::ShaderParameterDefData”Public Attributes
Section titled “Public Attributes”| Name | |
|---|---|
| PropertyType | type |
| std::string | name |
| std::string | displayName |
| std::optional< PropertyValue > | defaultValue |
| std::map< std::string, std::string > | attributes |
Public Attributes Documentation
Section titled “Public Attributes Documentation”variable type
Section titled “variable type”PropertyType type = PropertyType::Float32;variable name
Section titled “variable name”std::string name;variable displayName
Section titled “variable displayName”std::string displayName;variable defaultValue
Section titled “variable defaultValue”std::optional< PropertyValue > defaultValue;variable attributes
Section titled “variable attributes”std::map< std::string, std::string > attributes;Updated on 2026-01-26 at 17:14:35 -0500