Class PointCacheImporter
Inheritance
PointCacheImporter
Syntax
public class PointCacheImporter : ScriptedImporter
Methods
Declaration
public static void GetHeader(Stream s, out long byteLength, out List<string> lines)
Parameters
OnImportAsset(AssetImportContext)
Declaration
public override void OnImportAsset(AssetImportContext ctx)
Parameters
Type |
Name |
Description |
AssetImportContext |
ctx |
|
SubArray<T>(T[], Int32, Int32)
Declaration
public static T[] SubArray<T>(T[] data, int index, int length)
Parameters
Type |
Name |
Description |
T[] |
data |
|
Int32 |
index |
|
Int32 |
length |
|
Returns
Type Parameters