INTERNAL_CALL_SetVector3() private method

private INTERNAL_CALL_SetVector3 ( string key, Vector3 &value ) : void
key string
value Vector3
return void
示例#1
0
 internal static void SetVector3(string key, Vector3 value)
 {
     SessionState.INTERNAL_CALL_SetVector3(key, ref value);
 }