GetVector3

GetVector3(Vector3)

public Vector3 GetVector3(Vector3 defaultValue) ;

Description

Get the value of the Vector3 type.

Parameters

Parameter Name Description
defaultValue Default value. It is returned when there is no parameter.

Returns

The value of the parameter. If there is no parameter, it returns defaultValue.

GetVector3()

public Vector3 GetVector3() ;

Description

Get the value of the Vector3 type.

Returns

The value of the parameter. If there is no parameter, it returns Vector3.zero.