Skip to content
Snippets Groups Projects
Select Git revision
  • bdca228ee7dc66d8ffc56aaadaf8e83723529b63
  • main default
  • master
  • tempAndrToMaster
4 results

RenderedScrollFact.cs.meta

Blame
  • 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;
    }