 | LogicToVisualDelegateAttributeCallbackName Property |
[Missing <summary> documentation for "P:Slash.Unity.Common.ECS.LogicToVisualDelegateAttribute.CallbackName"]
Namespace: Slash.Unity.Common.ECSAssembly: Slash.Unity.Common (in Slash.Unity.Common.dll) Version: 1.0.6018.40182
Syntaxpublic string CallbackName { get; set; }
Public Property CallbackName As String
Get
Set
public:
property String^ CallbackName {
String^ get ();
void set (String^ value);
}
member CallbackName : string with get, set
Property Value
Type:
String
See Also