Class PointCacheImporter
Inheritance
System.Object
PointCacheImporter
Syntax
public class PointCacheImporter : ScriptedImporter
Methods
Declaration
public static void GetHeader(Stream s, out long byteLength, out List<string> lines)
Parameters
Type |
Name |
Description |
System.IO.Stream |
s |
|
System.Int64 |
byteLength |
|
System.Collections.Generic.List<System.String> |
lines |
|
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 |
|
System.Int32 |
index |
|
System.Int32 |
length |
|
Returns
Type Parameters