Gets or sets whether sunshine is rendered by the Sun Central Body. Sunshine renders a halo effect around the sun when it is viewed in the scene.
Read-write property
[Visual Basic .NET] |
---|
Public Property ShowSunshine() As Boolean |
[C#] |
---|
public bool ShowSunshine {get; set;} |
[Managed C++] |
---|
public: __property bool get_ShowSunshine(); |
[Unmanaged C++] |
---|
public: HRESULT get_ShowSunshine( VARIANT_BOOL * pRetVal ); public: HRESULT put_ShowSunshine( VARIANT_BOOL ShowSunshine ); |
[Java] |
---|
public bool getShowSunshine(); public void setShowSunshine( bool ); |