Class DistortionMeshPoint
- Namespace
- Lime
- Assembly
- Lime.dll
[TangerineAllowedParentTypes(new Type[] { typeof(DistortionMesh) })]
public class DistortionMeshPoint : PointObject, IDisposable, IAnimatorHost, IRenderChainBuilder, IAnimable, ICloneable
- Inheritance
-
DistortionMeshPoint
- Implements
- Inherited Members
- Extension Methods
Constructors
DistortionMeshPoint()
public DistortionMeshPoint()
Properties
Color
[YuzuMember]
public Color4 Color { get; set; }
Property Value
Offset
[YuzuMember]
public override Vector2 Offset { get; set; }
Property Value
UV
[YuzuMember]
public Vector2 UV { get; set; }
Property Value
Methods
UpdateAncestorBoundingRect(Widget)
public override void UpdateAncestorBoundingRect(Widget ancestor)
Parameters
ancestor
Widget