ra’s avatarra’s Twitter Archive—№ 29,730

      1. …in reply to @BrandonBloom
        @BrandonBloom @dmiller2718 its nice to be able to talk about them as first class things, and also thinking about methods
    1. …in reply to @ra
      @BrandonBloom @dmiller2718 e.g. obj.GetComponent<Rigidbody>().AddForce(x, y, z) ↓ (.. obj (GetComponent|[Rigidbody]|) (AddForce x y z))
  1. …in reply to @ra
    @BrandonBloom @dmiller2718 or even (.. obj GetComponent|[Rigidbody]| (AddForce x y z))