Click or drag to resize
LogicToVisualMappingcreate Method (Type, Type)

[Missing <summary> documentation for "M:Slash.Unity.Common.ECS.LogicToVisualMapping.create(System.Type,System.Type)"]

Namespace: Slash.Unity.Common.ECS
Assembly: Slash.Unity.Common (in Slash.Unity.Common.dll) Version: 1.0.6018.40182
Syntax
public static LogicToVisualMapping create(
	Type logicType,
	Type visualType
)

Parameters

logicType
Type: SystemType

[Missing <param name="logicType"/> documentation for "M:Slash.Unity.Common.ECS.LogicToVisualMapping.create(System.Type,System.Type)"]

visualType
Type: SystemType

[Missing <param name="visualType"/> documentation for "M:Slash.Unity.Common.ECS.LogicToVisualMapping.create(System.Type,System.Type)"]

Return Value

Type: LogicToVisualMapping

[Missing <returns> documentation for "M:Slash.Unity.Common.ECS.LogicToVisualMapping.create(System.Type,System.Type)"]

See Also