Class WriteCommand
Inherited Members
Namespace: UnityEditor.Build.Content
Assembly: UnityEditor.dll
Syntax
[Serializable]
public class WriteCommand
Properties
| Improve this Doc View SourcefileName
Declaration
public string fileName { get; set; }
Property Value
Type | Description |
---|---|
String |
internalName
Declaration
public string internalName { get; set; }
Property Value
Type | Description |
---|---|
String |
serializeObjects
Declaration
public List<SerializationInfo> serializeObjects { get; set; }
Property Value
Type | Description |
---|---|
List<SerializationInfo> |