コード例 #1
0
ファイル: ZDepthMap.cs プロジェクト: nhhoang/shooting
	public ZDepthMapData(ZDepthMap.Type mType, float mZDepth) {
		type = mType;
		zDepth = mZDepth;
	}
コード例 #2
0
ファイル: ZDepthMap.cs プロジェクト: nhhoang/shooting
	public static float Get(ZDepthMap.Type aType) {
		return zMap[(int)aType].zDepth;
	}