CloneTransformData

final case class CloneTransformData(position: Point, rotation: Radians, scale: Vector2, flipHorizontal: Boolean, flipVertical: Boolean)

Represents the standard allowable transformations of a clone.

Represents the standard allowable transformations of a clone.

Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def withHorizontalFlip(isFlipped: Boolean): CloneTransformData
def withVerticalFlip(isFlipped: Boolean): CloneTransformData

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product