Class PointCacheImporter | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Class PointCacheImporter

    Inheritance
    System.Object
    PointCacheImporter
    Namespace: UnityEditor.VFX.Utils
    Syntax
    public class PointCacheImporter : ScriptedImporter

    Methods

    GetHeader(Stream, out Int64, out List<String>)

    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 Description
    T[]
    Type Parameters
    Name Description
    T
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023