Scratch.Start C# (CSharp) Method

Start() public method

public Start ( ) : void
return void
    void Start()
    {
        scratchesLenght = scratches.Length;
        player = GameObject.FindGameObjectWithTag("Player");
        offset = new Vector3(0.0f, 5.0f, 0.0f);
    }