The expression being assigned to optional parameter `v2' must be a constant or default value(示例代

Posted 血之君殇

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了The expression being assigned to optional parameter `v2' must be a constant or default value(示例代相关的知识,希望对你有一定的参考价值。

今天写代码的时候遇到一个问题以前没有遇到过的问题,就是当我给一个对象参数赋值默认值的时候,报错了,代码如下

public void ShowOrHiddenKuang(bool isShow,Vector2 v2=Vector2.zero){
        kuang.gameObject.SetActive(isShow);
        kuang.transform.localPosition = v2;
    }

找了相关资料发现应该这么写

public void ShowOrHiddenKuang(bool isShow,Vector2 v2=default(Vector2)){
        kuang.gameObject.SetActive(isShow);
        kuang.transform.localPosition = v2;
    }

原因是c#的默认参数必须是一个常量,而实例化一个新的是不可以的。

以上是关于The expression being assigned to optional parameter `v2' must be a constant or default value(示例代的主要内容,如果未能解决你的问题,请参考以下文章

he expression ‘userViewModel.getUserName()‘ cannot be inverted, so it cannot be used in a tw

The import java.util cannot be resolved The import javax.servlet cannot be resolved

校招 | Be the Spark

django1.11 启动错误:Generator expression must be parenthesized

Hdoj 2509 Be the Winner

The resource could not be loaded because the App Transport