Share

AcGiNonEntityTraits

Class Hierarchy

AcRxObject
    AcGiSubEntityTraits
        AcGiDrawableTraits
            AcGiNonEntityTraits
                AcGiGradientBackgroundTraits
                AcGiGroundPlaneBackgroundTraits
                AcGiIBLBackgroundTraits
                AcGiImageBackgroundTraits
                AcGiLightTraits
                AcGiMaterialTraits
                AcGiRapidRTRenderSettingsTraits
                AcGiRenderEnvironmentTraits
                AcGiRenderSettingsTraits
                AcGiSkyBackgroundTraits
                AcGiSolidBackgroundTraits

C++

class AcGiNonEntityTraits : public AcGiDrawableTraits;

File

acgi.h

Description

The AcGiNonEntityTraits class implements empty AcGiDrawableTraits and AcGiSubEntityTraits interfaces to allow non-entity drawables, such as materials, to elaborate their unique properties through AcGiDrawableTraits.

This class is not intended for direct use. Instead, it should be used as a base class for non-entity drawable traits.

Links

AcGiNonEntityTraits Methods

Was this information helpful?