Struct InputActionCodeGenerator.Options
Namespace: UnityEngine.InputSystem.Editor
Assembly: Unity.InputSystem.dll
Syntax
public struct InputActionCodeGenerator.Options
Properties
className
Declaration
public string className { readonly get; set; }
Property Value
Type | Description |
---|---|
string |
namespaceName
Declaration
public string namespaceName { readonly get; set; }
Property Value
Type | Description |
---|---|
string |
sourceAssetPath
Declaration
public string sourceAssetPath { readonly get; set; }
Property Value
Type | Description |
---|---|
string |