File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ namespace Zigurous.Graphics
55 /// <summary>
66 /// Draws a texture of a checkerboard pattern.
77 /// </summary>
8- [ AddComponentMenu ( "Zigurous/Graphics/Checkerboard Texture Drawer" ) ]
98 [ CreateAssetMenu ( menuName = "Zigurous/Graphics/Checkerboard Texture Drawer" ) ]
109 [ HelpURL ( "https://docs.zigurous.com/com.zigurous.graphics/api/Zigurous.Graphics/CheckerboardTextureDrawer" ) ]
1110 public sealed class CheckerboardTextureDrawer : TextureDrawer
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ namespace Zigurous.Graphics
55 /// <summary>
66 /// The base class to draw a custom texture at runtime.
77 /// </summary>
8+ [ HelpURL ( "https://docs.zigurous.com/com.zigurous.graphics/api/Zigurous.Graphics/TextureDrawer" ) ]
89 public abstract class TextureDrawer : ScriptableObject
910 {
1011 /// <summary>
Original file line number Diff line number Diff line change 44namespace Zigurous . Graphics
55{
66 [ ExecuteAlways ]
7+ [ AddComponentMenu ( "Zigurous/Graphics/Texture Drawer Renderer" ) ]
8+ [ HelpURL ( "https://docs.zigurous.com/com.zigurous.graphics/api/Zigurous.Graphics/TextureDrawerRenderer" ) ]
79 [ RequireComponent ( typeof ( Renderer ) ) ]
810 public sealed class TextureDrawerRenderer : MonoBehaviour
911 {
You can’t perform that action at this time.
0 commit comments