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