///<summary>Add an instance to this component. Transform can be given either in the local space of this component or world space.</summary>
 public int AddInstance(Transform Transform, PaperSprite Sprite, bool bWorldSpace, LinearColor Color) =>
 PaperGroupedSpriteComponent_methods.AddInstance_method.Invoke(ObjPointer, Transform, Sprite, bWorldSpace, Color);
Exemplo n.º 2
0
 ///<summary>Make Brush from Sprite</summary>
 public static SlateBrush MakeBrushFromSprite(PaperSprite Sprite, int Width, int Height) =>
 PaperSpriteBlueprintLibrary_methods.MakeBrushFromSprite_method.Invoke(Sprite, Width, Height);
Exemplo n.º 3
0
 ///<summary>Change the PaperSprite used by this instance.</summary>
 public bool SetSprite(PaperSprite NewSprite) =>
 PaperSpriteComponent_methods.SetSprite_method.Invoke(ObjPointer, NewSprite);