Gets or sets the system used to orient an environment map around a glTF model.
Read-write property
[Visual Basic .NET] |
---|
Public Property ReflectionReferenceFrame() As String |
[C#] |
---|
public string ReflectionReferenceFrame {get; set;} |
[Managed C++] |
---|
public: __property String __gc ^ get_ReflectionReferenceFrame(); |
[Unmanaged C++] |
---|
public: HRESULT get_ReflectionReferenceFrame( BSTR * pVal ); public: HRESULT put_ReflectionReferenceFrame( BSTR pVal ); |
[Java] |
---|
public String getReflectionReferenceFrame(); public void setReflectionReferenceFrame( String ); |