Update: docs images

This commit is contained in:
AnnulusGames 2024-02-20 11:34:16 +09:00
parent 08b2f13702
commit 85fa328495
3 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ using UnityEngine;
using Alchemy.Inspector;
[Serializable]
public sealed class SampleClass
public sealed class Example
{
public float foo;
public Vector3 bar;
@ -31,7 +31,7 @@ public class ButtonAttributeExample : MonoBehaviour
}
[Button]
public void Foo(SampleClass parameter)
public void Foo(Example parameter)
{
var builder = new StringBuilder();
builder.AppendLine();

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 42 KiB

After

Width:  |  Height:  |  Size: 58 KiB