UnityPlatformer.BoxTileTrigger.GetCenter C# (CSharp) Method

GetCenter() public method

Get real-world-coordinates center
public GetCenter ( ) : Vector3
return UnityEngine.Vector3
    virtual public Vector3 GetCenter() {
      return body.bounds.center;
    }