Gets or sets whether the primitive is lit.
Read-write property
[Visual Basic .NET] |
---|
Public Property Lighting() As Boolean |
[C#] |
---|
public bool Lighting {get; set;} |
[Managed C++] |
---|
public: __property bool get_Lighting(); |
[Unmanaged C++] |
---|
public: HRESULT get_Lighting( |
[Java] |
---|
public bool getLighting();public void setLighting( |