Gets or sets the scale applied to the radius of this primitive's bounding sphere.
Read-write property
[Visual Basic .NET] |
---|
Public Property BoundingSphereScale() As Double |
[C#] |
---|
public double BoundingSphereScale {get; set;} |
[Managed C++] |
---|
public: __property double get_BoundingSphereScale(); |
[Unmanaged C++] |
---|
public: HRESULT get_BoundingSphereScale( double * pRetVal ); public: HRESULT put_BoundingSphereScale( double BoundingSphereScale ); |
[Java] |
---|
public double getBoundingSphereScale(); public void setBoundingSphereScale( double ); |