 | LogicToVisualMappingAttributeLogicType Property |
Type of logic component the mono behaviour visualizes.
Namespace: Slash.Unity.Common.ECSAssembly: Slash.Unity.Common (in Slash.Unity.Common.dll) Version: 1.0.6018.40182
Syntaxpublic Type LogicType { get; set; }
Public Property LogicType As Type
Get
Set
public:
property Type^ LogicType {
Type^ get ();
void set (Type^ value);
}
member LogicType : Type with get, set
Property Value
Type:
Type
See Also