//------------------------------------------------------------------------------ // // This code was generated by a tool. // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ using System; namespace BlendFile.DNA { using BlendFile; public class LightProbeBakingData { [DNAFieldAttribute(4, "float", "*validity", 4)] public float ptr_validity; public LightProbeBakingData(float ptr_validity) { this.ptr_validity = ptr_validity; } } }