示例#1
0
 void Awake()
 {
     instance = this;
 }
示例#2
0
    private float preOccludedDist   = 0;            //The distance of the camera before occlusion occurs

    void Awake()
    {
        instance = this;
    }