Struct SerializedLocation
Inherited Members
Namespace: UnityEditor.Build.Content
Assembly: UnityEditor.dll
Syntax
[Serializable]
public struct SerializedLocation
Properties
| Improve this Doc View SourcefileName
Declaration
public string fileName { get; }
Property Value
| Type | Description |
|---|---|
| String |
offset
Declaration
public ulong offset { get; }
Property Value
| Type | Description |
|---|---|
| UInt64 |
size
Declaration
public ulong size { get; }
Property Value
| Type | Description |
|---|---|
| UInt64 |