Class ImportStamp
This component holds all information related to the Pixyz import.
Inherited Members
Namespace: UnityEngine.PixyzPlugin4Unity.Components
Assembly: Unity.Pixyz.Plugin4Unity.dll
Syntax
public sealed class ImportStamp : MonoBehaviour
Fields
Name | Description |
---|---|
wasUserWarned | True if the user was warned that the file was out of sync. |
Properties
Name | Description |
---|---|
fullPath | The absolute path to the source file. This is different from the path when the path is relative to the Project directory. |
importDuration | The duration (in ticks) it took to import that file. |
importSettings | The ImportSettings used to import that file. |
importTime | The time (in ticks) when the file was imported. |
lastFileSize | The size of the file (in bytes) the last time it was imported / synchronized. |
lastWriteTime | The last write time (in ticks) of that file. |
path | The path to the source file. |
rules | The @UnityEditor.PixyzPlugin4Unity.RuleEngine.RuleSet used to import that file. This object is an editor-only feature, hence, type needs casting for use in Editor. |
Methods
Name | Description |
---|---|
changeLODMode(LodGroupPlacement) | Change LOD Mode |
markOutOfDate() | Mark this import as out of sync |
stamp(string, long) | Updates the import information. |