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

Method setPreferredHeight

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

Source from the content-addressed store, hash-verified

42}
43
44void AssetConsumer::setPreferredHeight(int32_t preferredHeight) {
45 _preferredHeight = preferredHeight;
46}
47
48int32_t AssetConsumer::getPreferredHeight() const {
49 return _preferredHeight;

Callers 1

addAssetLoadObserverMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected