UNPKG

unreal.js

Version:

A pak reader for games like VALORANT & Fortnite written in Node.JS

21 lines (20 loc) 458 B
/** * EMaterialShadingModel * @enum */ export declare enum EMaterialShadingModel { MSM_Unlit = 0, MSM_DefaultLit = 1, MSM_Subsurface = 2, MSM_PreintegratedSkin = 3, MSM_ClearCoat = 4, MSM_SubsurfaceProfile = 5, MSM_TwoSidedFoliage = 6, MSM_Hair = 7, MSM_Cloth = 8, MSM_Eye = 9, MSM_SingleLayerWater = 10, MSM_ThinTranslucent = 11, MSM_NUM = 12, MSM_FromMaterialExpression = 13 }