MCPcopy Create free account
hub / github.com/GarageGames/Torque2D / getAlphaTest

Method getAlphaTest

engine/source/2d/sceneobject/SceneObject.h:540–540  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

538 inline F32 getBlendAlpha( void ) const { return mBlendColor.alpha; }
539 inline void setAlphaTest( const F32 alpha ) { mAlphaTest = alpha; }
540 inline F32 getAlphaTest( void ) const { return mAlphaTest; }
541 void setBlendOptions( void );
542 static void resetBlendOptions( void );
543

Callers 4

sceneRenderMethod · 0.45
writeAlphaTestMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected