Funcs
func destroy(self: Texture2d) {...}{.raises: [], tags: [].}
- Source Edit
func newTexture2d(texturePath: string): Texture2d {...}{.raises: [], tags: [].}
- Source Edit
func draw(self: Texture2d; position: Vector3; rotation: Vector3; scale: Vector3; color: Color) {...}{.raises: [], tags: [].}
- Source Edit