CResource.Awake C# (CSharp) Method

Awake() public method

When the script is initialized
public Awake ( ) : void
return void
    void Awake()
    {
        Selectable = true;
        Movable = false;
        Type = eObjType.Resource;

        // Get the position of some helpers objects
        GetSweetSpotAndMeshObject();
    }