mirror of
https://github.com/AnnulusGames/Alchemy.git
synced 2025-01-22 08:18:51 -05:00
Update: docs images
This commit is contained in:
parent
08b2f13702
commit
85fa328495
@ -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 |
Loading…
Reference in New Issue
Block a user