Scales the entity according to the specified scale vector.
Syntax
'Declaration
Public Sub Scale( _
ByVal As Single, _
ByVal As Single, _
ByVal As Single, _
ByVal As Boolean _
)
'Usage
Dim instance As ImGearVectorEntity
Dim scaleX As Single
Dim scaleY As Single
Dim scaleZ As Single
Dim transformBeforeScaling As Boolean
instance.Scale(scaleX, scaleY, scaleZ, transformBeforeScaling)
public void Scale(
float ,
float ,
float ,
bool
)
public: void Scale(
float ,
float ,
float ,
bool
)
public:
void Scale(
float ,
float ,
float ,
bool
)
Parameters
- scaleX
- X scale factor.
- scaleY
- Y scale factor.
- scaleZ
- Z scale factor.
- transformBeforeScaling
- Flag that defines an order of transformation.
See Also