inCreateSimplePart

Creates a simple part that is sized after the texture given

This is unoptimal for normal use and should only be used for real-time use when you want to add/remove parts on the fly

  1. Part inCreateSimplePart(string file, Node parent)
  2. Part inCreateSimplePart(ShallowTexture texture, Node parent, string name)
  3. Part inCreateSimplePart(Texture tex, Node parent, string name)
    inCreateSimplePart
    (
    Texture tex
    ,
    Node parent = null
    ,
    string name = "New Part"
    )

Meta