Click or drag to resize

TransformValues Constructor

Overload List
  NameDescription
Public methodTransformValues(Transform)
Constructor that caches the values of a Transform without creating a GameObject.
Public methodTransformValues(TransformValues)
Constructor that uses another TransformValues as a constructor
Public methodTransformValues(Vector3, Quaternion, Vector3)
Constructor that uses raw values. Assumes this is not storing values of a RectTransform.
Public methodTransformValues(Vector3, Quaternion, Vector3, Vector2, Vector2, Vector3, Vector2, Vector2)
Constructor that uses raw values. This constructor assumes we are storing values of a RectTransform.
Top
See Also