InteractionTracker.TryUpdateScale(Single, Vector3) Method

Definition

public:
 virtual int TryUpdateScale(float value, float3 centerPoint) = TryUpdateScale;
int TryUpdateScale(float const& value, float3 const& centerPoint);
public int TryUpdateScale(float value, Vector3 centerPoint);
function tryUpdateScale(value, centerPoint)
Public Function TryUpdateScale (value As Single, centerPoint As Vector3) As Integer

Parameters

value
Single

float

centerPoint
Vector3 Vector3

float3

Returns

Int32

int

Applies to