Blender  V3.3
Public Attributes | List of all members
FCurvePathCache_Span Struct Reference

Public Attributes

uint index
 
uint len
 

Detailed Description

Definition at line 27 of file fcurve_cache.c.

Member Data Documentation

◆ index

uint FCurvePathCache_Span::index

Index in the FCurvePathCache.fcurve_array indicating the start of the span.

Definition at line 29 of file fcurve_cache.c.

Referenced by BKE_fcurve_pathcache_create(), BKE_fcurve_pathcache_find(), and BKE_fcurve_pathcache_find_array().

◆ len

uint FCurvePathCache_Span::len

Number of items in the span in FCurvePathCache.fcurve_array that share an RNA path.

Definition at line 31 of file fcurve_cache.c.

Referenced by BKE_fcurve_pathcache_create(), BKE_fcurve_pathcache_find(), and BKE_fcurve_pathcache_find_array().


The documentation for this struct was generated from the following file: