Class SynthesizedSemanticTag
Creates data for a semantic tag trait
When added to a synthesized object, adds a semantic tag to its representation in the database
Inheritance
SynthesizedSemanticTag
Syntax
public class SynthesizedSemanticTag : SynthesizedTrait<bool>, ISimulatable, IProvidesTraits<bool>, IProvidesTraits
Properties
TraitName
Declaration
public override string TraitName { get; }
Property Value
Overrides
Declaration
public override bool UpdateWithTransform { get; }
Property Value
Overrides
Methods
GetTraitData()
Declaration
public override bool GetTraitData()
Returns
Overrides
Unity.MARS.Data.SynthesizedTrait<System.Boolean>.GetTraitData()
Extension Methods