MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / Set

Method Set

Source/Engine/Graphics/GPUResourceProperty.h:152–155  ·  view source on GitHub ↗

Set resource Value to assign

Source from the content-addressed store, hash-verified

150 /// </summary>
151 /// <param name="value">Value to assign</param>
152 void Set(T* value)
153 {
154 OnSet(value);
155 }
156
157 /// <summary>
158 /// Unlink resource

Callers

nothing calls this directly

Calls 1

OnSetFunction · 0.85

Tested by

no test coverage detected