BoundingBox.ScaleMaximum Property

Definition

Caution

Use a MinMaxScaleConstraint component instead. ScaleMinimum as it is the authoritative value for max scale

Deprecated: Use MinMaxScaleConstraint component instead. Public property for the scale maximum, in the target's local scale. Set this value with SetScaleLimits.

public:
 property float ScaleMaximum { float get(); };
[System.Obsolete("Use a MinMaxScaleConstraint component instead. ScaleMinimum as it is the authoritative value for max scale")]
public float ScaleMaximum { get; }
[<System.Obsolete("Use a MinMaxScaleConstraint component instead. ScaleMinimum as it is the authoritative value for max scale")>]
member this.ScaleMaximum : single
Public ReadOnly Property ScaleMaximum As Single

Property Value

Attributes

Applies to