Warudo
Ikke nok vurderinger
Simple Canvas
   
Pris
Føj til foretrukne
Gjort til foretrukken
Fjern som foretrukken
Type: Plugins
Filstørrelse:
Offentliggjort:
29.208 KB
29. sep. kl. 0:43
1 ændringsbemærkning ( vis )

Abonner for at downloade
Simple Canvas

Beskrivelse
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);