MCPcopy Create free account
hub / github.com/Snapchat/Valdi / setPreferredWidth

Method setPreferredWidth

valdi/src/valdi/runtime/Resources/AssetConsumer.cpp:36–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36void AssetConsumer::setPreferredWidth(int32_t preferredWidth) {
37 _preferredWidth = preferredWidth;
38}
39
40int32_t AssetConsumer::getPreferredWidth() const {
41 return _preferredWidth;

Callers 1

addAssetLoadObserverMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected