Warudo
Onvoldoende beoordelingen
Simple Canvas
   
Prijs
Toevoegen aan favorieten
Toegevoegd aan favorieten
Verwijderen uit favorieten
Type: Plugins
Bestandsgrootte
Geplaatst op
29.208 KB
29 sep om 0:43
1 wijzigingsnotitie (weergeven)

Abonneren om te downloaden
Simple Canvas

Omschrijving
Simple but versatile tools for adding a UI Canvas to your scene.

Allows for Screen Space and World Space canvas, with robust scaling controls and the ability to anchor to other objects.

Easy to use with your own Warudo Plugins! (No coupling required, uses a resource resolver)

[DataInput, AutoCompleteResource("Canvas")]
public string CanvasUri;

// Note: Make sure CanvasUri is not null or empty
var canvas = Context.ResourceManager.ResolveResourceUri<Canvas>(CanvasUri);