Select Git revision
FactObject.cs
Marco Zimmer authored
+Doygen for most of Assets/Scripts/InteractionEngine/FactHandling/* and Gadget.cs +Bug fixes for saving/loading fuctionalities of Stages
FactObject.cs 376 B
using UnityEngine;
/// <summary>
/// <see cref="Fact.Id"/>/ <c>MonoBehaviour</c> wrapper to be attached to <see cref="Fact.Representation"/>
/// </summary>
public class FactObject : MonoBehaviour
{
/// <summary>
/// <see cref="Fact.Id"/> to identify arbitrary <see cref="Fact"/> by its <see cref="Fact.Representation"/>
/// </summary>
public string URI;
}