public ZDepthMapData(ZDepthMap.Type mType, float mZDepth) { type = mType; zDepth = mZDepth; }
public static float Get(ZDepthMap.Type aType) { return zMap[(int)aType].zDepth; }