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

Method IsUsingCustomProbe

Source/Engine/Level/Actors/EnvironmentProbe.cpp:63–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63bool EnvironmentProbe::IsUsingCustomProbe() const
64{
65 return _isUsingCustomProbe;
66}
67
68CubeTexture* EnvironmentProbe::GetCustomProbe() const
69{

Callers 1

BakeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected