Gets or sets whether the primitive's translucent geometry will be lit from both sides of the surface.
Read-write property
[Visual Basic .NET] |
---|
Public Property TwoSidedLighting() As Boolean |
[C#] |
---|
public bool TwoSidedLighting {get; set;} |
[Managed C++] |
---|
public: __property bool get_TwoSidedLighting(); |
[Unmanaged C++] |
---|
public: HRESULT get_TwoSidedLighting( VARIANT_BOOL * pRetVal ); public: HRESULT put_TwoSidedLighting( VARIANT_BOOL TwoSidedLighting ); |
[Java] |
---|
public bool getTwoSidedLighting(); public void setTwoSidedLighting( bool ); |