Skip to content

IExtrusionPathCacheIdentity

InterfaceTextStudio.ThreeDTextStudio.3D
public interface IExtrusionPathCacheIdentity

Stable content identity for extrusion paths that may participate in shared geometry caches. Implementations must change TextStudio.ThreeD.IExtrusionPathCacheIdentity.CacheIdentity whenever sampled output changes.

int Revision { get; }

Monotonic content revision owned by the path provider.

Returns

System.Int32

int CacheIdentity { get; }

Deterministic identity for the current immutable path snapshot.

Returns

System.Int32